Shades of Fern #64C974
Tints of Fern #64C974
RGB
CMYK
RGB Variations
Color information
#64C974 (or 0x64C974) is known color: Fern. HEX triplet: 64, C9 and 74. RGB value is (100,201,116). Sum of RGB (Red+Green+Blue) = 100+201+116=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #64C974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C974 is #9B368B. Grayscale: #A1A1A1. Windows color (decimal): -10172044 or 7653732. OLE color: 7653732.
HSL color Cylindrical-coordinate representation of color #64C974: hue angle of 129.5º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C974 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 116 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.21 |
| HSL | 129.5º | 0.48% | 0.59% | - |
| HSV(B) | 129.5º | 0.5% | 0.79% | - |
| XYZ | 29.29 | 45.74 | 23.81 | - |
| YUV | 161.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 116 | 0.50 | 0 | 0.42 | 0.21 | 129.5 | 0.48 | 0.59 |
| Hex | 64 | C9 | 74 | 32 | 0 | 2A | 15 | 82 | 30 | 3B |
| Octal | 144 | 311 | 164 | 62 | 0 | 52 | 25 | 202 | 60 | 73 |
| Binary | 1100100 | 11001001 | 1110100 | 110010 | 0 | 101010 | 10101 | 10000010 | 110000 | 111011 |
Color Harmonies of #64C974
Complementary color
Monochromatic Colors of #64C974
Black with #64C974
Text Example
Text Example
White with #64C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C974; }
p { color: rgb(100,201,116); }
H1.HeaderClassName
{
color: #64C974;
}
.AnyTagClassName
{
color: #64C974;
}
</style>
background-color css
<style>
a { background-color: #64C974; }
a { background-color: rgb(100,201,116); }
div.DivClassName
{
background-color: #64C974;
}
.BgClassName
{
background-color: #64C974;
}
</style>
border-color css
<style>
span { border-color: #64C974; }
span { border-color: rgb(100,201,116); }
td.TdClassName
{
border-color: #64C974;
}
.TagClassName
{
border-color: #64C974;
}
</style>