Shades of Fern #62C85D
Tints of Fern #62C85D
RGB
CMYK
RGB Variations
Color information
#62C85D (or 0x62C85D) is known color: Fern. HEX triplet: 62, C8 and 5D. RGB value is (98,200,93). Sum of RGB (Red+Green+Blue) = 98+200+93=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #62C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C85D is #9D37A2. Grayscale: #9D9D9D. Windows color (decimal): -10303395 or 6146146. OLE color: 6146146.
HSL color Cylindrical-coordinate representation of color #62C85D: hue angle of 117.2º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62C85D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 93 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.22 |
| HSL | 117.2º | 0.49% | 0.57% | - |
| HSV(B) | 117.2º | 0.54% | 0.78% | - |
| XYZ | 27.67 | 44.7 | 17.52 | - |
| YUV | 157.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 93 | 0.51 | 0 | 0.54 | 0.22 | 117.2 | 0.49 | 0.57 |
| Hex | 62 | C8 | 5D | 33 | 0 | 36 | 16 | 75 | 31 | 39 |
| Octal | 142 | 310 | 135 | 63 | 0 | 66 | 26 | 165 | 61 | 71 |
| Binary | 1100010 | 11001000 | 1011101 | 110011 | 0 | 110110 | 10110 | 1110101 | 110001 | 111001 |
Color Harmonies of #62C85D
Complementary color
Monochromatic Colors of #62C85D
Black with #62C85D
Text Example
Text Example
White with #62C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C85D; }
p { color: rgb(98,200,93); }
H1.HeaderClassName
{
color: #62C85D;
}
.AnyTagClassName
{
color: #62C85D;
}
</style>
background-color css
<style>
a { background-color: #62C85D; }
a { background-color: rgb(98,200,93); }
div.DivClassName
{
background-color: #62C85D;
}
.BgClassName
{
background-color: #62C85D;
}
</style>
border-color css
<style>
span { border-color: #62C85D; }
span { border-color: rgb(98,200,93); }
td.TdClassName
{
border-color: #62C85D;
}
.TagClassName
{
border-color: #62C85D;
}
</style>