Shades of Fern #64C96F
Tints of Fern #64C96F
RGB
CMYK
RGB Variations
Color information
#64C96F (or 0x64C96F) is known color: Fern. HEX triplet: 64, C9 and 6F. RGB value is (100,201,111). Sum of RGB (Red+Green+Blue) = 100+201+111=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #64C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C96F is #9B3690. Grayscale: #A0A0A0. Windows color (decimal): -10172049 or 7326052. OLE color: 7326052.
HSL color Cylindrical-coordinate representation of color #64C96F: hue angle of 126.53º 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 #64C96F is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 111 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.21 |
| HSL | 126.53º | 0.48% | 0.59% | - |
| HSV(B) | 126.53º | 0.5% | 0.79% | - |
| XYZ | 29.01 | 45.63 | 22.32 | - |
| YUV | 160.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 111 | 0.50 | 0 | 0.45 | 0.21 | 126.53 | 0.48 | 0.59 |
| Hex | 64 | C9 | 6F | 32 | 0 | 2D | 15 | 7F | 30 | 3B |
| Octal | 144 | 311 | 157 | 62 | 0 | 55 | 25 | 177 | 60 | 73 |
| Binary | 1100100 | 11001001 | 1101111 | 110010 | 0 | 101101 | 10101 | 1111111 | 110000 | 111011 |
Color Harmonies of #64C96F
Complementary color
Monochromatic Colors of #64C96F
Black with #64C96F
Text Example
Text Example
White with #64C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C96F; }
p { color: rgb(100,201,111); }
H1.HeaderClassName
{
color: #64C96F;
}
.AnyTagClassName
{
color: #64C96F;
}
</style>
background-color css
<style>
a { background-color: #64C96F; }
a { background-color: rgb(100,201,111); }
div.DivClassName
{
background-color: #64C96F;
}
.BgClassName
{
background-color: #64C96F;
}
</style>
border-color css
<style>
span { border-color: #64C96F; }
span { border-color: rgb(100,201,111); }
td.TdClassName
{
border-color: #64C96F;
}
.TagClassName
{
border-color: #64C96F;
}
</style>