Shades of Fern #64CF60
Tints of Fern #64CF60
RGB
CMYK
RGB Variations
Color information
#64CF60 (or 0x64CF60) is known color: Fern. HEX triplet: 64, CF and 60. RGB value is (100,207,96). Sum of RGB (Red+Green+Blue) = 100+207+96=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF60 is #9B309F. Grayscale: #A2A2A2. Windows color (decimal): -10170528 or 6344548. OLE color: 6344548.
HSL color Cylindrical-coordinate representation of color #64CF60: hue angle of 117.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CF60 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 96 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.19 |
| HSL | 117.84º | 0.54% | 0.59% | - |
| HSV(B) | 117.84º | 0.54% | 0.81% | - |
| XYZ | 29.68 | 48.18 | 18.8 | - |
| YUV | 162.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 96 | 0.52 | 0 | 0.54 | 0.19 | 117.84 | 0.54 | 0.59 |
| Hex | 64 | CF | 60 | 34 | 0 | 36 | 13 | 76 | 36 | 3B |
| Octal | 144 | 317 | 140 | 64 | 0 | 66 | 23 | 166 | 66 | 73 |
| Binary | 1100100 | 11001111 | 1100000 | 110100 | 0 | 110110 | 10011 | 1110110 | 110110 | 111011 |
Color Harmonies of #64CF60
Complementary color
Monochromatic Colors of #64CF60
Black with #64CF60
Text Example
Text Example
White with #64CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF60; }
p { color: rgb(100,207,96); }
H1.HeaderClassName
{
color: #64CF60;
}
.AnyTagClassName
{
color: #64CF60;
}
</style>
background-color css
<style>
a { background-color: #64CF60; }
a { background-color: rgb(100,207,96); }
div.DivClassName
{
background-color: #64CF60;
}
.BgClassName
{
background-color: #64CF60;
}
</style>
border-color css
<style>
span { border-color: #64CF60; }
span { border-color: rgb(100,207,96); }
td.TdClassName
{
border-color: #64CF60;
}
.TagClassName
{
border-color: #64CF60;
}
</style>