Shades of Fern #64C45F
Tints of Fern #64C45F
RGB
CMYK
RGB Variations
Color information
#64C45F (or 0x64C45F) is known color: Fern. HEX triplet: 64, C4 and 5F. RGB value is (100,196,95). Sum of RGB (Red+Green+Blue) = 100+196+95=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #64C45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C45F is #9B3BA0. Grayscale: #9C9C9C. Windows color (decimal): -10173345 or 6276196. OLE color: 6276196.
HSL color Cylindrical-coordinate representation of color #64C45F: hue angle of 117.03º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64C45F is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 95 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.23 |
| HSL | 117.03º | 0.46% | 0.57% | - |
| HSV(B) | 117.03º | 0.52% | 0.77% | - |
| XYZ | 27.06 | 43.02 | 17.7 | - |
| YUV | 155.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 95 | 0.49 | 0 | 0.52 | 0.23 | 117.03 | 0.46 | 0.57 |
| Hex | 64 | C4 | 5F | 31 | 0 | 34 | 17 | 75 | 2E | 39 |
| Octal | 144 | 304 | 137 | 61 | 0 | 64 | 27 | 165 | 56 | 71 |
| Binary | 1100100 | 11000100 | 1011111 | 110001 | 0 | 110100 | 10111 | 1110101 | 101110 | 111001 |
Color Harmonies of #64C45F
Complementary color
Monochromatic Colors of #64C45F
Black with #64C45F
Text Example
Text Example
White with #64C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C45F; }
p { color: rgb(100,196,95); }
H1.HeaderClassName
{
color: #64C45F;
}
.AnyTagClassName
{
color: #64C45F;
}
</style>
background-color css
<style>
a { background-color: #64C45F; }
a { background-color: rgb(100,196,95); }
div.DivClassName
{
background-color: #64C45F;
}
.BgClassName
{
background-color: #64C45F;
}
</style>
border-color css
<style>
span { border-color: #64C45F; }
span { border-color: rgb(100,196,95); }
td.TdClassName
{
border-color: #64C45F;
}
.TagClassName
{
border-color: #64C45F;
}
</style>