Shades of Fern #62CC66
Tints of Fern #62CC66
RGB
CMYK
RGB Variations
Color information
#62CC66 (or 0x62CC66) is known color: Fern. HEX triplet: 62, CC and 66. RGB value is (98,204,102). Sum of RGB (Red+Green+Blue) = 98+204+102=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #62CC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CC66 is #9D3399. Grayscale: #A0A0A0. Windows color (decimal): -10302362 or 6736994. OLE color: 6736994.
HSL color Cylindrical-coordinate representation of color #62CC66: hue angle of 122.26º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CC66 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 204 | 102 | - |
| CMYK | 0.52 | 0 | 0.5 | 0.2 |
| HSL | 122.26º | 0.51% | 0.59% | - |
| HSV(B) | 122.26º | 0.52% | 0.8% | - |
| XYZ | 29.03 | 46.74 | 20.06 | - |
| YUV | 160.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 204 | 102 | 0.52 | 0 | 0.5 | 0.2 | 122.26 | 0.51 | 0.59 |
| Hex | 62 | CC | 66 | 34 | 0 | 32 | 14 | 7A | 33 | 3B |
| Octal | 142 | 314 | 146 | 64 | 0 | 62 | 24 | 172 | 63 | 73 |
| Binary | 1100010 | 11001100 | 1100110 | 110100 | 0 | 110010 | 10100 | 1111010 | 110011 | 111011 |
Color Harmonies of #62CC66
Complementary color
Monochromatic Colors of #62CC66
Black with #62CC66
Text Example
Text Example
White with #62CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CC66; }
p { color: rgb(98,204,102); }
H1.HeaderClassName
{
color: #62CC66;
}
.AnyTagClassName
{
color: #62CC66;
}
</style>
background-color css
<style>
a { background-color: #62CC66; }
a { background-color: rgb(98,204,102); }
div.DivClassName
{
background-color: #62CC66;
}
.BgClassName
{
background-color: #62CC66;
}
</style>
border-color css
<style>
span { border-color: #62CC66; }
span { border-color: rgb(98,204,102); }
td.TdClassName
{
border-color: #62CC66;
}
.TagClassName
{
border-color: #62CC66;
}
</style>