Shades of Fern #64C96C
Tints of Fern #64C96C
RGB
CMYK
RGB Variations
Color information
#64C96C (or 0x64C96C) is known color: Fern. HEX triplet: 64, C9 and 6C. RGB value is (100,201,108). Sum of RGB (Red+Green+Blue) = 100+201+108=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #64C96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C96C is #9B3693. Grayscale: #A0A0A0. Windows color (decimal): -10172052 or 7129444. OLE color: 7129444.
HSL color Cylindrical-coordinate representation of color #64C96C: hue angle of 124.75º 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 #64C96C is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 108 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.21 |
| HSL | 124.75º | 0.48% | 0.59% | - |
| HSV(B) | 124.75º | 0.5% | 0.79% | - |
| XYZ | 28.85 | 45.57 | 21.46 | - |
| YUV | 160.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 108 | 0.50 | 0 | 0.46 | 0.21 | 124.75 | 0.48 | 0.59 |
| Hex | 64 | C9 | 6C | 32 | 0 | 2E | 15 | 7D | 30 | 3B |
| Octal | 144 | 311 | 154 | 62 | 0 | 56 | 25 | 175 | 60 | 73 |
| Binary | 1100100 | 11001001 | 1101100 | 110010 | 0 | 101110 | 10101 | 1111101 | 110000 | 111011 |
Color Harmonies of #64C96C
Complementary color
Monochromatic Colors of #64C96C
Black with #64C96C
Text Example
Text Example
White with #64C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C96C; }
p { color: rgb(100,201,108); }
H1.HeaderClassName
{
color: #64C96C;
}
.AnyTagClassName
{
color: #64C96C;
}
</style>
background-color css
<style>
a { background-color: #64C96C; }
a { background-color: rgb(100,201,108); }
div.DivClassName
{
background-color: #64C96C;
}
.BgClassName
{
background-color: #64C96C;
}
</style>
border-color css
<style>
span { border-color: #64C96C; }
span { border-color: rgb(100,201,108); }
td.TdClassName
{
border-color: #64C96C;
}
.TagClassName
{
border-color: #64C96C;
}
</style>