Shades of Fern #64BB72
Tints of Fern #64BB72
RGB
CMYK
RGB Variations
Color information
#64BB72 (or 0x64BB72) is known color: Fern. HEX triplet: 64, BB and 72. RGB value is (100,187,114). Sum of RGB (Red+Green+Blue) = 100+187+114=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB72 is #9B448D. Grayscale: #989898. Windows color (decimal): -10175630 or 7519076. OLE color: 7519076.
HSL color Cylindrical-coordinate representation of color #64BB72: hue angle of 129.66º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB72 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 114 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.27 |
| HSL | 129.66º | 0.39% | 0.56% | - |
| HSV(B) | 129.66º | 0.47% | 0.73% | - |
| XYZ | 26.06 | 39.46 | 22.16 | - |
| YUV | 152.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 114 | 0.47 | 0 | 0.39 | 0.27 | 129.66 | 0.39 | 0.56 |
| Hex | 64 | BB | 72 | 2F | 0 | 27 | 1B | 82 | 27 | 38 |
| Octal | 144 | 273 | 162 | 57 | 0 | 47 | 33 | 202 | 47 | 70 |
| Binary | 1100100 | 10111011 | 1110010 | 101111 | 0 | 100111 | 11011 | 10000010 | 100111 | 111000 |
Color Harmonies of #64BB72
Complementary color
Monochromatic Colors of #64BB72
Black with #64BB72
Text Example
Text Example
White with #64BB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB72; }
p { color: rgb(100,187,114); }
H1.HeaderClassName
{
color: #64BB72;
}
.AnyTagClassName
{
color: #64BB72;
}
</style>
background-color css
<style>
a { background-color: #64BB72; }
a { background-color: rgb(100,187,114); }
div.DivClassName
{
background-color: #64BB72;
}
.BgClassName
{
background-color: #64BB72;
}
</style>
border-color css
<style>
span { border-color: #64BB72; }
span { border-color: rgb(100,187,114); }
td.TdClassName
{
border-color: #64BB72;
}
.TagClassName
{
border-color: #64BB72;
}
</style>