Shades of Fern #64D15C
Tints of Fern #64D15C
RGB
CMYK
RGB Variations
Color information
#64D15C (or 0x64D15C) is known color: Fern. HEX triplet: 64, D1 and 5C. RGB value is (100,209,92). Sum of RGB (Red+Green+Blue) = 100+209+92=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #64D15C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D15C is #9B2EA3. Grayscale: #A3A3A3. Windows color (decimal): -10170020 or 6082916. OLE color: 6082916.
HSL color Cylindrical-coordinate representation of color #64D15C: hue angle of 115.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64D15C is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 92 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.18 |
| HSL | 115.9º | 0.56% | 0.59% | - |
| HSV(B) | 115.9º | 0.56% | 0.82% | - |
| XYZ | 29.99 | 49.08 | 18.02 | - |
| YUV | 163.07 | 87.89 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 92 | 0.52 | 0 | 0.56 | 0.18 | 115.9 | 0.56 | 0.59 |
| Hex | 64 | D1 | 5C | 34 | 0 | 38 | 12 | 74 | 38 | 3B |
| Octal | 144 | 321 | 134 | 64 | 0 | 70 | 22 | 164 | 70 | 73 |
| Binary | 1100100 | 11010001 | 1011100 | 110100 | 0 | 111000 | 10010 | 1110100 | 111000 | 111011 |
Color Harmonies of #64D15C
Complementary color
Monochromatic Colors of #64D15C
Black with #64D15C
Text Example
Text Example
White with #64D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D15C; }
p { color: rgb(100,209,92); }
H1.HeaderClassName
{
color: #64D15C;
}
.AnyTagClassName
{
color: #64D15C;
}
</style>
background-color css
<style>
a { background-color: #64D15C; }
a { background-color: rgb(100,209,92); }
div.DivClassName
{
background-color: #64D15C;
}
.BgClassName
{
background-color: #64D15C;
}
</style>
border-color css
<style>
span { border-color: #64D15C; }
span { border-color: rgb(100,209,92); }
td.TdClassName
{
border-color: #64D15C;
}
.TagClassName
{
border-color: #64D15C;
}
</style>