Hex | 218e4d |
RGB | 32 , 142 , 77 |
RGB % | 12.7, 56.6, 30.7 |
HSL | 144.2, 62.3, 34.3 |
HSV | 144.2, 76.8, 55.7 |
CMYK | 195.7,0,116.7,113 |
XYZ | 0.116, 0.202, 0.103 |
xyY | 0.276, 0.479, 0.202 |
CIE-LAB | 0.521, -0.451, 0.262 |
CIE-LUV | 0.521, -0.427, 0.391 |
CIE-HCL | 149.838, 0.522, 0.521 |
Binary | 00100000,10001110,01001101 |
#218e4d HTML/CSS Color Name is Sea Green / Pantone 7731 C / Green.
In a RGB color space, #218e4d color RGB value is (Red:32,Green:142,Blue:77). it is composed of 12.7% red, 56.6% green and 30.7% blue. The process color (four color CMYK) of #218e4d color hex is 195.7,0,116.7,113. HSL of color #218e4d hue: 144.2 , saturation: 62.3 and the lightness value of 218e4d is 34.3. Mainly color is Green. Reverse color is: #df71b2.
The color codes conversion takes 1.911836 milliseconds.
.bgcolor {background-color:#218e4d; .textcolor {color:#218e4d; } .bordercolor {border:3px solid #218e4d; }
<p style="color:#218e4d">Text here</p>
<p style="background-color:#218e4d;">Content here</p>
<div style="border:1px solid #218e4d;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #218e4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #218e4d; -webkit-box-shadow: 1px 1px 3px 2px #218e4d; box-shadow: 1px 1px 3px 2px #218e4d; }
<p style="text-shadow: 4px 4px 2px #218e4d">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #218e4d; -webkit-box-shadow: 1px 1px 3px 2px #218e4d; box-shadow: 1px 1px 3px 2px #218e4d;">
Content here</div>