Shades of Fern #62D068
Tints of Fern #62D068
RGB
CMYK
RGB Variations
Color information
#62D068 (or 0x62D068) is known color: Fern. HEX triplet: 62, D0 and 68. RGB value is (98,208,104). Sum of RGB (Red+Green+Blue) = 98+208+104=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #62D068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D068 is #9D2F97. Grayscale: #A3A3A3. Windows color (decimal): -10301336 or 6869090. OLE color: 6869090.
HSL color Cylindrical-coordinate representation of color #62D068: hue angle of 123.27º 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 #62D068 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 104 | - |
| CMYK | 0.53 | 0 | 0.5 | 0.18 |
| HSL | 123.27º | 0.54% | 0.6% | - |
| HSV(B) | 123.27º | 0.53% | 0.82% | - |
| XYZ | 30.09 | 48.71 | 20.91 | - |
| YUV | 163.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 104 | 0.53 | 0 | 0.5 | 0.18 | 123.27 | 0.54 | 0.6 |
| Hex | 62 | D0 | 68 | 35 | 0 | 32 | 12 | 7B | 36 | 3C |
| Octal | 142 | 320 | 150 | 65 | 0 | 62 | 22 | 173 | 66 | 74 |
| Binary | 1100010 | 11010000 | 1101000 | 110101 | 0 | 110010 | 10010 | 1111011 | 110110 | 111100 |
Color Harmonies of #62D068
Complementary color
Monochromatic Colors of #62D068
Black with #62D068
Text Example
Text Example
White with #62D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D068; }
p { color: rgb(98,208,104); }
H1.HeaderClassName
{
color: #62D068;
}
.AnyTagClassName
{
color: #62D068;
}
</style>
background-color css
<style>
a { background-color: #62D068; }
a { background-color: rgb(98,208,104); }
div.DivClassName
{
background-color: #62D068;
}
.BgClassName
{
background-color: #62D068;
}
</style>
border-color css
<style>
span { border-color: #62D068; }
span { border-color: rgb(98,208,104); }
td.TdClassName
{
border-color: #62D068;
}
.TagClassName
{
border-color: #62D068;
}
</style>