Shades of Fern #62BB72
Tints of Fern #62BB72
RGB
CMYK
RGB Variations
Color information
#62BB72 (or 0x62BB72) is known color: Fern. HEX triplet: 62, BB and 72. RGB value is (98,187,114). Sum of RGB (Red+Green+Blue) = 98+187+114=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #62BB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BB72 is #9D448D. Grayscale: #989898. Windows color (decimal): -10306702 or 7519074. OLE color: 7519074.
HSL color Cylindrical-coordinate representation of color #62BB72: hue angle of 130.79º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BB72 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 187 | 114 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.27 |
| HSL | 130.79º | 0.4% | 0.56% | - |
| HSV(B) | 130.79º | 0.48% | 0.73% | - |
| XYZ | 25.84 | 39.35 | 22.15 | - |
| YUV | 152.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 114 | 0.48 | 0 | 0.39 | 0.27 | 130.79 | 0.4 | 0.56 |
| Hex | 62 | BB | 72 | 30 | 0 | 27 | 1B | 83 | 28 | 38 |
| Octal | 142 | 273 | 162 | 60 | 0 | 47 | 33 | 203 | 50 | 70 |
| Binary | 1100010 | 10111011 | 1110010 | 110000 | 0 | 100111 | 11011 | 10000011 | 101000 | 111000 |
Color Harmonies of #62BB72
Complementary color
Monochromatic Colors of #62BB72
Black with #62BB72
Text Example
Text Example
White with #62BB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BB72; }
p { color: rgb(98,187,114); }
H1.HeaderClassName
{
color: #62BB72;
}
.AnyTagClassName
{
color: #62BB72;
}
</style>
background-color css
<style>
a { background-color: #62BB72; }
a { background-color: rgb(98,187,114); }
div.DivClassName
{
background-color: #62BB72;
}
.BgClassName
{
background-color: #62BB72;
}
</style>
border-color css
<style>
span { border-color: #62BB72; }
span { border-color: rgb(98,187,114); }
td.TdClassName
{
border-color: #62BB72;
}
.TagClassName
{
border-color: #62BB72;
}
</style>