Shades of Fern #64C06B
Tints of Fern #64C06B
RGB
CMYK
RGB Variations
Color information
#64C06B (or 0x64C06B) is known color: Fern. HEX triplet: 64, C0 and 6B. RGB value is (100,192,107). Sum of RGB (Red+Green+Blue) = 100+192+107=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #64C06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C06B is #9B3F94. Grayscale: #9B9B9B. Windows color (decimal): -10174357 or 7061604. OLE color: 7061604.
HSL color Cylindrical-coordinate representation of color #64C06B: hue angle of 124.57º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C06B is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 107 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.25 |
| HSL | 124.57º | 0.42% | 0.57% | - |
| HSV(B) | 124.57º | 0.48% | 0.75% | - |
| XYZ | 26.76 | 41.47 | 20.5 | - |
| YUV | 154.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 107 | 0.48 | 0 | 0.44 | 0.25 | 124.57 | 0.42 | 0.57 |
| Hex | 64 | C0 | 6B | 30 | 0 | 2C | 19 | 7D | 2A | 39 |
| Octal | 144 | 300 | 153 | 60 | 0 | 54 | 31 | 175 | 52 | 71 |
| Binary | 1100100 | 11000000 | 1101011 | 110000 | 0 | 101100 | 11001 | 1111101 | 101010 | 111001 |
Color Harmonies of #64C06B
Complementary color
Monochromatic Colors of #64C06B
Black with #64C06B
Text Example
Text Example
White with #64C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C06B; }
p { color: rgb(100,192,107); }
H1.HeaderClassName
{
color: #64C06B;
}
.AnyTagClassName
{
color: #64C06B;
}
</style>
background-color css
<style>
a { background-color: #64C06B; }
a { background-color: rgb(100,192,107); }
div.DivClassName
{
background-color: #64C06B;
}
.BgClassName
{
background-color: #64C06B;
}
</style>
border-color css
<style>
span { border-color: #64C06B; }
span { border-color: rgb(100,192,107); }
td.TdClassName
{
border-color: #64C06B;
}
.TagClassName
{
border-color: #64C06B;
}
</style>