Shades of Fern #64C16E
Tints of Fern #64C16E
RGB
CMYK
RGB Variations
Color information
#64C16E (or 0x64C16E) is known color: Fern. HEX triplet: 64, C1 and 6E. RGB value is (100,193,110). Sum of RGB (Red+Green+Blue) = 100+193+110=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #64C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C16E is #9B3E91. Grayscale: #9B9B9B. Windows color (decimal): -10174098 or 7258468. OLE color: 7258468.
HSL color Cylindrical-coordinate representation of color #64C16E: hue angle of 126.45º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C16E is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 110 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.24 |
| HSL | 126.45º | 0.43% | 0.57% | - |
| HSV(B) | 126.45º | 0.48% | 0.76% | - |
| XYZ | 27.14 | 41.98 | 21.42 | - |
| YUV | 155.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 110 | 0.48 | 0 | 0.43 | 0.24 | 126.45 | 0.43 | 0.57 |
| Hex | 64 | C1 | 6E | 30 | 0 | 2B | 18 | 7E | 2B | 39 |
| Octal | 144 | 301 | 156 | 60 | 0 | 53 | 30 | 176 | 53 | 71 |
| Binary | 1100100 | 11000001 | 1101110 | 110000 | 0 | 101011 | 11000 | 1111110 | 101011 | 111001 |
Color Harmonies of #64C16E
Complementary color
Monochromatic Colors of #64C16E
Black with #64C16E
Text Example
Text Example
White with #64C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C16E; }
p { color: rgb(100,193,110); }
H1.HeaderClassName
{
color: #64C16E;
}
.AnyTagClassName
{
color: #64C16E;
}
</style>
background-color css
<style>
a { background-color: #64C16E; }
a { background-color: rgb(100,193,110); }
div.DivClassName
{
background-color: #64C16E;
}
.BgClassName
{
background-color: #64C16E;
}
</style>
border-color css
<style>
span { border-color: #64C16E; }
span { border-color: rgb(100,193,110); }
td.TdClassName
{
border-color: #64C16E;
}
.TagClassName
{
border-color: #64C16E;
}
</style>