Shades of Fern #62D066
Tints of Fern #62D066
RGB
CMYK
RGB Variations
Color information
#62D066 (or 0x62D066) is known color: Fern. HEX triplet: 62, D0 and 66. RGB value is (98,208,102). Sum of RGB (Red+Green+Blue) = 98+208+102=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #62D066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D066 is #9D2F99. Grayscale: #A3A3A3. Windows color (decimal): -10301338 or 6738018. OLE color: 6738018.
HSL color Cylindrical-coordinate representation of color #62D066: hue angle of 122.18º 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 #62D066 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 102 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.18 |
| HSL | 122.18º | 0.54% | 0.6% | - |
| HSV(B) | 122.18º | 0.53% | 0.82% | - |
| XYZ | 29.99 | 48.67 | 20.38 | - |
| YUV | 163.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 102 | 0.53 | 0 | 0.51 | 0.18 | 122.18 | 0.54 | 0.6 |
| Hex | 62 | D0 | 66 | 35 | 0 | 33 | 12 | 7A | 36 | 3C |
| Octal | 142 | 320 | 146 | 65 | 0 | 63 | 22 | 172 | 66 | 74 |
| Binary | 1100010 | 11010000 | 1100110 | 110101 | 0 | 110011 | 10010 | 1111010 | 110110 | 111100 |
Color Harmonies of #62D066
Complementary color
Monochromatic Colors of #62D066
Black with #62D066
Text Example
Text Example
White with #62D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D066; }
p { color: rgb(98,208,102); }
H1.HeaderClassName
{
color: #62D066;
}
.AnyTagClassName
{
color: #62D066;
}
</style>
background-color css
<style>
a { background-color: #62D066; }
a { background-color: rgb(98,208,102); }
div.DivClassName
{
background-color: #62D066;
}
.BgClassName
{
background-color: #62D066;
}
</style>
border-color css
<style>
span { border-color: #62D066; }
span { border-color: rgb(98,208,102); }
td.TdClassName
{
border-color: #62D066;
}
.TagClassName
{
border-color: #62D066;
}
</style>