Shades of Fern #62CE58
Tints of Fern #62CE58
RGB
CMYK
RGB Variations
Color information
#62CE58 (or 0x62CE58) is known color: Fern. HEX triplet: 62, CE and 58. RGB value is (98,206,88). Sum of RGB (Red+Green+Blue) = 98+206+88=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CE58 is #9D31A7. Grayscale: #A0A0A0. Windows color (decimal): -10301864 or 5820002. OLE color: 5820002.
HSL color Cylindrical-coordinate representation of color #62CE58: hue angle of 114.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CE58 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 88 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.19 |
| HSL | 114.92º | 0.55% | 0.58% | - |
| HSV(B) | 114.92º | 0.57% | 0.81% | - |
| XYZ | 28.87 | 47.44 | 16.87 | - |
| YUV | 160.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 88 | 0.52 | 0 | 0.57 | 0.19 | 114.92 | 0.55 | 0.58 |
| Hex | 62 | CE | 58 | 34 | 0 | 39 | 13 | 73 | 37 | 3A |
| Octal | 142 | 316 | 130 | 64 | 0 | 71 | 23 | 163 | 67 | 72 |
| Binary | 1100010 | 11001110 | 1011000 | 110100 | 0 | 111001 | 10011 | 1110011 | 110111 | 111010 |
Color Harmonies of #62CE58
Complementary color
Monochromatic Colors of #62CE58
Black with #62CE58
Text Example
Text Example
White with #62CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE58; }
p { color: rgb(98,206,88); }
H1.HeaderClassName
{
color: #62CE58;
}
.AnyTagClassName
{
color: #62CE58;
}
</style>
background-color css
<style>
a { background-color: #62CE58; }
a { background-color: rgb(98,206,88); }
div.DivClassName
{
background-color: #62CE58;
}
.BgClassName
{
background-color: #62CE58;
}
</style>
border-color css
<style>
span { border-color: #62CE58; }
span { border-color: rgb(98,206,88); }
td.TdClassName
{
border-color: #62CE58;
}
.TagClassName
{
border-color: #62CE58;
}
</style>