Shades of Fern #62B85A
Tints of Fern #62B85A
RGB
CMYK
RGB Variations
Color information
#62B85A (or 0x62B85A) is known color: Fern. HEX triplet: 62, B8 and 5A. RGB value is (98,184,90). Sum of RGB (Red+Green+Blue) = 98+184+90=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #62B85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B85A is #9D47A5. Grayscale: #939393. Windows color (decimal): -10307494 or 5945442. OLE color: 5945442.
HSL color Cylindrical-coordinate representation of color #62B85A: hue angle of 114.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62B85A is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 90 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.28 |
| HSL | 114.89º | 0.4% | 0.54% | - |
| HSV(B) | 114.89º | 0.51% | 0.72% | - |
| XYZ | 24.02 | 37.62 | 15.67 | - |
| YUV | 147.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 90 | 0.47 | 0 | 0.51 | 0.28 | 114.89 | 0.4 | 0.54 |
| Hex | 62 | B8 | 5A | 2F | 0 | 33 | 1C | 73 | 28 | 36 |
| Octal | 142 | 270 | 132 | 57 | 0 | 63 | 34 | 163 | 50 | 66 |
| Binary | 1100010 | 10111000 | 1011010 | 101111 | 0 | 110011 | 11100 | 1110011 | 101000 | 110110 |
Color Harmonies of #62B85A
Complementary color
Monochromatic Colors of #62B85A
Black with #62B85A
Text Example
Text Example
White with #62B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B85A; }
p { color: rgb(98,184,90); }
H1.HeaderClassName
{
color: #62B85A;
}
.AnyTagClassName
{
color: #62B85A;
}
</style>
background-color css
<style>
a { background-color: #62B85A; }
a { background-color: rgb(98,184,90); }
div.DivClassName
{
background-color: #62B85A;
}
.BgClassName
{
background-color: #62B85A;
}
</style>
border-color css
<style>
span { border-color: #62B85A; }
span { border-color: rgb(98,184,90); }
td.TdClassName
{
border-color: #62B85A;
}
.TagClassName
{
border-color: #62B85A;
}
</style>