Shades of Fern #64B96D
Tints of Fern #64B96D
RGB
CMYK
RGB Variations
Color information
#64B96D (or 0x64B96D) is known color: Fern. HEX triplet: 64, B9 and 6D. RGB value is (100,185,109). Sum of RGB (Red+Green+Blue) = 100+185+109=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #64B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B96D is #9B4692. Grayscale: #979797. Windows color (decimal): -10176147 or 7190884. OLE color: 7190884.
HSL color Cylindrical-coordinate representation of color #64B96D: hue angle of 126.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B96D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 109 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.27 |
| HSL | 126.35º | 0.38% | 0.56% | - |
| HSV(B) | 126.35º | 0.46% | 0.73% | - |
| XYZ | 25.36 | 38.51 | 20.56 | - |
| YUV | 150.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 109 | 0.46 | 0 | 0.41 | 0.27 | 126.35 | 0.38 | 0.56 |
| Hex | 64 | B9 | 6D | 2E | 0 | 29 | 1B | 7E | 26 | 38 |
| Octal | 144 | 271 | 155 | 56 | 0 | 51 | 33 | 176 | 46 | 70 |
| Binary | 1100100 | 10111001 | 1101101 | 101110 | 0 | 101001 | 11011 | 1111110 | 100110 | 111000 |
Color Harmonies of #64B96D
Complementary color
Monochromatic Colors of #64B96D
Black with #64B96D
Text Example
Text Example
White with #64B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B96D; }
p { color: rgb(100,185,109); }
H1.HeaderClassName
{
color: #64B96D;
}
.AnyTagClassName
{
color: #64B96D;
}
</style>
background-color css
<style>
a { background-color: #64B96D; }
a { background-color: rgb(100,185,109); }
div.DivClassName
{
background-color: #64B96D;
}
.BgClassName
{
background-color: #64B96D;
}
</style>
border-color css
<style>
span { border-color: #64B96D; }
span { border-color: rgb(100,185,109); }
td.TdClassName
{
border-color: #64B96D;
}
.TagClassName
{
border-color: #64B96D;
}
</style>