Shades of Fern #64C870
Tints of Fern #64C870
RGB
CMYK
RGB Variations
Color information
#64C870 (or 0x64C870) is known color: Fern. HEX triplet: 64, C8 and 70. RGB value is (100,200,112). Sum of RGB (Red+Green+Blue) = 100+200+112=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #64C870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C870 is #9B378F. Grayscale: #A0A0A0. Windows color (decimal): -10172304 or 7391332. OLE color: 7391332.
HSL color Cylindrical-coordinate representation of color #64C870: hue angle of 127.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C870 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 112 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.22 |
| HSL | 127.2º | 0.48% | 0.59% | - |
| HSV(B) | 127.2º | 0.5% | 0.78% | - |
| XYZ | 28.83 | 45.19 | 22.53 | - |
| YUV | 160.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 112 | 0.5 | 0 | 0.44 | 0.22 | 127.2 | 0.48 | 0.59 |
| Hex | 64 | C8 | 70 | 32 | 0 | 2C | 16 | 7F | 30 | 3B |
| Octal | 144 | 310 | 160 | 62 | 0 | 54 | 26 | 177 | 60 | 73 |
| Binary | 1100100 | 11001000 | 1110000 | 110010 | 0 | 101100 | 10110 | 1111111 | 110000 | 111011 |
Color Harmonies of #64C870
Complementary color
Monochromatic Colors of #64C870
Black with #64C870
Text Example
Text Example
White with #64C870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C870; }
p { color: rgb(100,200,112); }
H1.HeaderClassName
{
color: #64C870;
}
.AnyTagClassName
{
color: #64C870;
}
</style>
background-color css
<style>
a { background-color: #64C870; }
a { background-color: rgb(100,200,112); }
div.DivClassName
{
background-color: #64C870;
}
.BgClassName
{
background-color: #64C870;
}
</style>
border-color css
<style>
span { border-color: #64C870; }
span { border-color: rgb(100,200,112); }
td.TdClassName
{
border-color: #64C870;
}
.TagClassName
{
border-color: #64C870;
}
</style>