Shades of Fern #62B572
Tints of Fern #62B572
RGB
CMYK
RGB Variations
Color information
#62B572 (or 0x62B572) is known color: Fern. HEX triplet: 62, B5 and 72. RGB value is (98,181,114). Sum of RGB (Red+Green+Blue) = 98+181+114=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #62B572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B572 is #9D4A8D. Grayscale: #949494. Windows color (decimal): -10308238 or 7517538. OLE color: 7517538.
HSL color Cylindrical-coordinate representation of color #62B572: hue angle of 131.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B572 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 181 | 114 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.29 |
| HSL | 131.57º | 0.36% | 0.55% | - |
| HSV(B) | 131.57º | 0.46% | 0.71% | - |
| XYZ | 24.6 | 36.86 | 21.74 | - |
| YUV | 148.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 181 | 114 | 0.46 | 0 | 0.37 | 0.29 | 131.57 | 0.36 | 0.55 |
| Hex | 62 | B5 | 72 | 2E | 0 | 25 | 1D | 84 | 24 | 37 |
| Octal | 142 | 265 | 162 | 56 | 0 | 45 | 35 | 204 | 44 | 67 |
| Binary | 1100010 | 10110101 | 1110010 | 101110 | 0 | 100101 | 11101 | 10000100 | 100100 | 110111 |
Color Harmonies of #62B572
Complementary color
Monochromatic Colors of #62B572
Black with #62B572
Text Example
Text Example
White with #62B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B572; }
p { color: rgb(98,181,114); }
H1.HeaderClassName
{
color: #62B572;
}
.AnyTagClassName
{
color: #62B572;
}
</style>
background-color css
<style>
a { background-color: #62B572; }
a { background-color: rgb(98,181,114); }
div.DivClassName
{
background-color: #62B572;
}
.BgClassName
{
background-color: #62B572;
}
</style>
border-color css
<style>
span { border-color: #62B572; }
span { border-color: rgb(98,181,114); }
td.TdClassName
{
border-color: #62B572;
}
.TagClassName
{
border-color: #62B572;
}
</style>