Shades of Fern #62B272
Tints of Fern #62B272
RGB
CMYK
RGB Variations
Color information
#62B272 (or 0x62B272) is known color: Fern. HEX triplet: 62, B2 and 72. RGB value is (98,178,114). Sum of RGB (Red+Green+Blue) = 98+178+114=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #62B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B272 is #9D4D8D. Grayscale: #929292. Windows color (decimal): -10309006 or 7516770. OLE color: 7516770.
HSL color Cylindrical-coordinate representation of color #62B272: hue angle of 132º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62B272 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 114 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.30 |
| HSL | 132º | 0.34% | 0.54% | - |
| HSV(B) | 132º | 0.45% | 0.7% | - |
| XYZ | 23.99 | 35.65 | 21.54 | - |
| YUV | 146.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 114 | 0.45 | 0 | 0.36 | 0.30 | 132 | 0.34 | 0.54 |
| Hex | 62 | B2 | 72 | 2D | 0 | 24 | 1E | 84 | 22 | 36 |
| Octal | 142 | 262 | 162 | 55 | 0 | 44 | 36 | 204 | 42 | 66 |
| Binary | 1100010 | 10110010 | 1110010 | 101101 | 0 | 100100 | 11110 | 10000100 | 100010 | 110110 |
Color Harmonies of #62B272
Complementary color
Monochromatic Colors of #62B272
Black with #62B272
Text Example
Text Example
White with #62B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B272; }
p { color: rgb(98,178,114); }
H1.HeaderClassName
{
color: #62B272;
}
.AnyTagClassName
{
color: #62B272;
}
</style>
background-color css
<style>
a { background-color: #62B272; }
a { background-color: rgb(98,178,114); }
div.DivClassName
{
background-color: #62B272;
}
.BgClassName
{
background-color: #62B272;
}
</style>
border-color css
<style>
span { border-color: #62B272; }
span { border-color: rgb(98,178,114); }
td.TdClassName
{
border-color: #62B272;
}
.TagClassName
{
border-color: #62B272;
}
</style>