Shades of Fern #64CB60
Tints of Fern #64CB60
RGB
CMYK
RGB Variations
Color information
#64CB60 (or 0x64CB60) is known color: Fern. HEX triplet: 64, CB and 60. RGB value is (100,203,96). Sum of RGB (Red+Green+Blue) = 100+203+96=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB60 is #9B349F. Grayscale: #A0A0A0. Windows color (decimal): -10171552 or 6343524. OLE color: 6343524.
HSL color Cylindrical-coordinate representation of color #64CB60: hue angle of 117.76º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CB60 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 96 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.20 |
| HSL | 117.76º | 0.51% | 0.59% | - |
| HSV(B) | 117.76º | 0.53% | 0.8% | - |
| XYZ | 28.72 | 46.27 | 18.48 | - |
| YUV | 160.01 | 91.88 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 96 | 0.51 | 0 | 0.53 | 0.20 | 117.76 | 0.51 | 0.59 |
| Hex | 64 | CB | 60 | 33 | 0 | 35 | 14 | 76 | 33 | 3B |
| Octal | 144 | 313 | 140 | 63 | 0 | 65 | 24 | 166 | 63 | 73 |
| Binary | 1100100 | 11001011 | 1100000 | 110011 | 0 | 110101 | 10100 | 1110110 | 110011 | 111011 |
Color Harmonies of #64CB60
Complementary color
Monochromatic Colors of #64CB60
Black with #64CB60
Text Example
Text Example
White with #64CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB60; }
p { color: rgb(100,203,96); }
H1.HeaderClassName
{
color: #64CB60;
}
.AnyTagClassName
{
color: #64CB60;
}
</style>
background-color css
<style>
a { background-color: #64CB60; }
a { background-color: rgb(100,203,96); }
div.DivClassName
{
background-color: #64CB60;
}
.BgClassName
{
background-color: #64CB60;
}
</style>
border-color css
<style>
span { border-color: #64CB60; }
span { border-color: rgb(100,203,96); }
td.TdClassName
{
border-color: #64CB60;
}
.TagClassName
{
border-color: #64CB60;
}
</style>