Shades of Fern #62D06F
Tints of Fern #62D06F
RGB
CMYK
RGB Variations
Color information
#62D06F (or 0x62D06F) is known color: Fern. HEX triplet: 62, D0 and 6F. RGB value is (98,208,111). Sum of RGB (Red+Green+Blue) = 98+208+111=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #62D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D06F is #9D2F90. Grayscale: #A4A4A4. Windows color (decimal): -10301329 or 7327842. OLE color: 7327842.
HSL color Cylindrical-coordinate representation of color #62D06F: hue angle of 127.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62D06F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 111 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.18 |
| HSL | 127.09º | 0.54% | 0.6% | - |
| HSV(B) | 127.09º | 0.53% | 0.82% | - |
| XYZ | 30.46 | 48.86 | 22.86 | - |
| YUV | 164.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 111 | 0.53 | 0 | 0.47 | 0.18 | 127.09 | 0.54 | 0.6 |
| Hex | 62 | D0 | 6F | 35 | 0 | 2F | 12 | 7F | 36 | 3C |
| Octal | 142 | 320 | 157 | 65 | 0 | 57 | 22 | 177 | 66 | 74 |
| Binary | 1100010 | 11010000 | 1101111 | 110101 | 0 | 101111 | 10010 | 1111111 | 110110 | 111100 |
Color Harmonies of #62D06F
Complementary color
Monochromatic Colors of #62D06F
Black with #62D06F
Text Example
Text Example
White with #62D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D06F; }
p { color: rgb(98,208,111); }
H1.HeaderClassName
{
color: #62D06F;
}
.AnyTagClassName
{
color: #62D06F;
}
</style>
background-color css
<style>
a { background-color: #62D06F; }
a { background-color: rgb(98,208,111); }
div.DivClassName
{
background-color: #62D06F;
}
.BgClassName
{
background-color: #62D06F;
}
</style>
border-color css
<style>
span { border-color: #62D06F; }
span { border-color: rgb(98,208,111); }
td.TdClassName
{
border-color: #62D06F;
}
.TagClassName
{
border-color: #62D06F;
}
</style>