Shades of Elf Green #218F64
Tints of Elf Green #218F64
RGB
CMYK
RGB Variations
Color information
#218F64 (or 0x218F64) is known color: Elf Green. HEX triplet: 21, 8F and 64. RGB value is (33,143,100). Sum of RGB (Red+Green+Blue) = 33+143+100=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #218F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F64 is #DE709B. Grayscale: #696969. Windows color (decimal): -14577820 or 6590241. OLE color: 6590241.
HSL color Cylindrical-coordinate representation of color #218F64: hue angle of 156.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F64 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 100 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.44 |
| HSL | 156.55º | 0.63% | 0.35% | - |
| HSV(B) | 156.55º | 0.77% | 0.56% | - |
| XYZ | 12.75 | 20.89 | 15.42 | - |
| YUV | 105.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 100 | 0.77 | 0 | 0.30 | 0.44 | 156.55 | 0.63 | 0.35 |
| Hex | 21 | 8F | 64 | 4D | 0 | 1E | 2C | 9D | 3E | 23 |
| Octal | 41 | 217 | 144 | 115 | 0 | 36 | 54 | 235 | 76 | 43 |
| Binary | 100001 | 10001111 | 1100100 | 1001101 | 0 | 11110 | 101100 | 10011101 | 111110 | 100011 |
Color Harmonies of #218F64
Complementary color
Monochromatic Colors of #218F64
Black with #218F64
Text Example
Text Example
White with #218F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F64; }
p { color: rgb(33,143,100); }
H1.HeaderClassName
{
color: #218F64;
}
.AnyTagClassName
{
color: #218F64;
}
</style>
background-color css
<style>
a { background-color: #218F64; }
a { background-color: rgb(33,143,100); }
div.DivClassName
{
background-color: #218F64;
}
.BgClassName
{
background-color: #218F64;
}
</style>
border-color css
<style>
span { border-color: #218F64; }
span { border-color: rgb(33,143,100); }
td.TdClassName
{
border-color: #218F64;
}
.TagClassName
{
border-color: #218F64;
}
</style>