Shades of Fern #64C15F
Tints of Fern #64C15F
RGB
CMYK
RGB Variations
Color information
#64C15F (or 0x64C15F) is known color: Fern. HEX triplet: 64, C1 and 5F. RGB value is (100,193,95). Sum of RGB (Red+Green+Blue) = 100+193+95=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #64C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C15F is #9B3EA0. Grayscale: #9A9A9A. Windows color (decimal): -10174113 or 6275428. OLE color: 6275428.
HSL color Cylindrical-coordinate representation of color #64C15F: hue angle of 116.94º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C15F is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 95 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.24 |
| HSL | 116.94º | 0.44% | 0.56% | - |
| HSV(B) | 116.94º | 0.51% | 0.76% | - |
| XYZ | 26.39 | 41.68 | 17.48 | - |
| YUV | 154.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 95 | 0.48 | 0 | 0.51 | 0.24 | 116.94 | 0.44 | 0.56 |
| Hex | 64 | C1 | 5F | 30 | 0 | 33 | 18 | 75 | 2C | 38 |
| Octal | 144 | 301 | 137 | 60 | 0 | 63 | 30 | 165 | 54 | 70 |
| Binary | 1100100 | 11000001 | 1011111 | 110000 | 0 | 110011 | 11000 | 1110101 | 101100 | 111000 |
Color Harmonies of #64C15F
Complementary color
Monochromatic Colors of #64C15F
Black with #64C15F
Text Example
Text Example
White with #64C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C15F; }
p { color: rgb(100,193,95); }
H1.HeaderClassName
{
color: #64C15F;
}
.AnyTagClassName
{
color: #64C15F;
}
</style>
background-color css
<style>
a { background-color: #64C15F; }
a { background-color: rgb(100,193,95); }
div.DivClassName
{
background-color: #64C15F;
}
.BgClassName
{
background-color: #64C15F;
}
</style>
border-color css
<style>
span { border-color: #64C15F; }
span { border-color: rgb(100,193,95); }
td.TdClassName
{
border-color: #64C15F;
}
.TagClassName
{
border-color: #64C15F;
}
</style>