Shades of Fern #64CE6C
Tints of Fern #64CE6C
RGB
CMYK
RGB Variations
Color information
#64CE6C (or 0x64CE6C) is known color: Fern. HEX triplet: 64, CE and 6C. RGB value is (100,206,108). Sum of RGB (Red+Green+Blue) = 100+206+108=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE6C is #9B3193. Grayscale: #A3A3A3. Windows color (decimal): -10170772 or 7130724. OLE color: 7130724.
HSL color Cylindrical-coordinate representation of color #64CE6C: hue angle of 124.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CE6C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 108 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.19 |
| HSL | 124.53º | 0.52% | 0.6% | - |
| HSV(B) | 124.53º | 0.51% | 0.81% | - |
| XYZ | 30.03 | 47.93 | 21.86 | - |
| YUV | 163.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 108 | 0.51 | 0 | 0.48 | 0.19 | 124.53 | 0.52 | 0.6 |
| Hex | 64 | CE | 6C | 33 | 0 | 30 | 13 | 7D | 34 | 3C |
| Octal | 144 | 316 | 154 | 63 | 0 | 60 | 23 | 175 | 64 | 74 |
| Binary | 1100100 | 11001110 | 1101100 | 110011 | 0 | 110000 | 10011 | 1111101 | 110100 | 111100 |
Color Harmonies of #64CE6C
Complementary color
Monochromatic Colors of #64CE6C
Black with #64CE6C
Text Example
Text Example
White with #64CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CE6C; }
p { color: rgb(100,206,108); }
H1.HeaderClassName
{
color: #64CE6C;
}
.AnyTagClassName
{
color: #64CE6C;
}
</style>
background-color css
<style>
a { background-color: #64CE6C; }
a { background-color: rgb(100,206,108); }
div.DivClassName
{
background-color: #64CE6C;
}
.BgClassName
{
background-color: #64CE6C;
}
</style>
border-color css
<style>
span { border-color: #64CE6C; }
span { border-color: rgb(100,206,108); }
td.TdClassName
{
border-color: #64CE6C;
}
.TagClassName
{
border-color: #64CE6C;
}
</style>