Shades of Fern #62B872
Tints of Fern #62B872
RGB
CMYK
RGB Variations
Color information
#62B872 (or 0x62B872) is known color: Fern. HEX triplet: 62, B8 and 72. RGB value is (98,184,114). Sum of RGB (Red+Green+Blue) = 98+184+114=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #62B872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B872 is #9D478D. Grayscale: #969696. Windows color (decimal): -10307470 or 7518306. OLE color: 7518306.
HSL color Cylindrical-coordinate representation of color #62B872: hue angle of 131.16º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62B872 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 114 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.28 |
| HSL | 131.16º | 0.38% | 0.55% | - |
| HSV(B) | 131.16º | 0.47% | 0.72% | - |
| XYZ | 25.21 | 38.09 | 21.94 | - |
| YUV | 150.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 114 | 0.47 | 0 | 0.38 | 0.28 | 131.16 | 0.38 | 0.55 |
| Hex | 62 | B8 | 72 | 2F | 0 | 26 | 1C | 83 | 26 | 37 |
| Octal | 142 | 270 | 162 | 57 | 0 | 46 | 34 | 203 | 46 | 67 |
| Binary | 1100010 | 10111000 | 1110010 | 101111 | 0 | 100110 | 11100 | 10000011 | 100110 | 110111 |
Color Harmonies of #62B872
Complementary color
Monochromatic Colors of #62B872
Black with #62B872
Text Example
Text Example
White with #62B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B872; }
p { color: rgb(98,184,114); }
H1.HeaderClassName
{
color: #62B872;
}
.AnyTagClassName
{
color: #62B872;
}
</style>
background-color css
<style>
a { background-color: #62B872; }
a { background-color: rgb(98,184,114); }
div.DivClassName
{
background-color: #62B872;
}
.BgClassName
{
background-color: #62B872;
}
</style>
border-color css
<style>
span { border-color: #62B872; }
span { border-color: rgb(98,184,114); }
td.TdClassName
{
border-color: #62B872;
}
.TagClassName
{
border-color: #62B872;
}
</style>