Shades of Fern #62C272
Tints of Fern #62C272
RGB
CMYK
RGB Variations
Color information
#62C272 (or 0x62C272) is known color: Fern. HEX triplet: 62, C2 and 72. RGB value is (98,194,114). Sum of RGB (Red+Green+Blue) = 98+194+114=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #62C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C272 is #9D3D8D. Grayscale: #9C9C9C. Windows color (decimal): -10304910 or 7520866. OLE color: 7520866.
HSL color Cylindrical-coordinate representation of color #62C272: hue angle of 130º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C272 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 114 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.24 |
| HSL | 130º | 0.44% | 0.57% | - |
| HSV(B) | 130º | 0.49% | 0.76% | - |
| XYZ | 27.37 | 42.4 | 22.66 | - |
| YUV | 156.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 114 | 0.49 | 0 | 0.41 | 0.24 | 130 | 0.44 | 0.57 |
| Hex | 62 | C2 | 72 | 31 | 0 | 29 | 18 | 82 | 2C | 39 |
| Octal | 142 | 302 | 162 | 61 | 0 | 51 | 30 | 202 | 54 | 71 |
| Binary | 1100010 | 11000010 | 1110010 | 110001 | 0 | 101001 | 11000 | 10000010 | 101100 | 111001 |
Color Harmonies of #62C272
Complementary color
Monochromatic Colors of #62C272
Black with #62C272
Text Example
Text Example
White with #62C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C272; }
p { color: rgb(98,194,114); }
H1.HeaderClassName
{
color: #62C272;
}
.AnyTagClassName
{
color: #62C272;
}
</style>
background-color css
<style>
a { background-color: #62C272; }
a { background-color: rgb(98,194,114); }
div.DivClassName
{
background-color: #62C272;
}
.BgClassName
{
background-color: #62C272;
}
</style>
border-color css
<style>
span { border-color: #62C272; }
span { border-color: rgb(98,194,114); }
td.TdClassName
{
border-color: #62C272;
}
.TagClassName
{
border-color: #62C272;
}
</style>