Shades of Fern #62CC6B
Tints of Fern #62CC6B
RGB
CMYK
RGB Variations
Color information
#62CC6B (or 0x62CC6B) is known color: Fern. HEX triplet: 62, CC and 6B. RGB value is (98,204,107). Sum of RGB (Red+Green+Blue) = 98+204+107=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #62CC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CC6B is #9D3394. Grayscale: #A1A1A1. Windows color (decimal): -10302357 or 7064674. OLE color: 7064674.
HSL color Cylindrical-coordinate representation of color #62CC6B: hue angle of 125.09º 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 #62CC6B is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 204 | 107 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.2 |
| HSL | 125.09º | 0.51% | 0.59% | - |
| HSV(B) | 125.09º | 0.52% | 0.8% | - |
| XYZ | 29.28 | 46.84 | 21.41 | - |
| YUV | 161.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 204 | 107 | 0.52 | 0 | 0.48 | 0.2 | 125.09 | 0.51 | 0.59 |
| Hex | 62 | CC | 6B | 34 | 0 | 30 | 14 | 7D | 33 | 3B |
| Octal | 142 | 314 | 153 | 64 | 0 | 60 | 24 | 175 | 63 | 73 |
| Binary | 1100010 | 11001100 | 1101011 | 110100 | 0 | 110000 | 10100 | 1111101 | 110011 | 111011 |
Color Harmonies of #62CC6B
Complementary color
Monochromatic Colors of #62CC6B
Black with #62CC6B
Text Example
Text Example
White with #62CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CC6B; }
p { color: rgb(98,204,107); }
H1.HeaderClassName
{
color: #62CC6B;
}
.AnyTagClassName
{
color: #62CC6B;
}
</style>
background-color css
<style>
a { background-color: #62CC6B; }
a { background-color: rgb(98,204,107); }
div.DivClassName
{
background-color: #62CC6B;
}
.BgClassName
{
background-color: #62CC6B;
}
</style>
border-color css
<style>
span { border-color: #62CC6B; }
span { border-color: rgb(98,204,107); }
td.TdClassName
{
border-color: #62CC6B;
}
.TagClassName
{
border-color: #62CC6B;
}
</style>