Shades of Fern #62C067
Tints of Fern #62C067
RGB
CMYK
RGB Variations
Color information
#62C067 (or 0x62C067) is known color: Fern. HEX triplet: 62, C0 and 67. RGB value is (98,192,103). Sum of RGB (Red+Green+Blue) = 98+192+103=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #62C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C067 is #9D3F98. Grayscale: #9A9A9A. Windows color (decimal): -10305433 or 6799458. OLE color: 6799458.
HSL color Cylindrical-coordinate representation of color #62C067: hue angle of 123.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C067 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 192 | 103 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.25 |
| HSL | 123.19º | 0.43% | 0.57% | - |
| HSV(B) | 123.19º | 0.49% | 0.75% | - |
| XYZ | 26.33 | 41.28 | 19.41 | - |
| YUV | 153.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 103 | 0.49 | 0 | 0.46 | 0.25 | 123.19 | 0.43 | 0.57 |
| Hex | 62 | C0 | 67 | 31 | 0 | 2E | 19 | 7B | 2B | 39 |
| Octal | 142 | 300 | 147 | 61 | 0 | 56 | 31 | 173 | 53 | 71 |
| Binary | 1100010 | 11000000 | 1100111 | 110001 | 0 | 101110 | 11001 | 1111011 | 101011 | 111001 |
Color Harmonies of #62C067
Complementary color
Monochromatic Colors of #62C067
Black with #62C067
Text Example
Text Example
White with #62C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C067; }
p { color: rgb(98,192,103); }
H1.HeaderClassName
{
color: #62C067;
}
.AnyTagClassName
{
color: #62C067;
}
</style>
background-color css
<style>
a { background-color: #62C067; }
a { background-color: rgb(98,192,103); }
div.DivClassName
{
background-color: #62C067;
}
.BgClassName
{
background-color: #62C067;
}
</style>
border-color css
<style>
span { border-color: #62C067; }
span { border-color: rgb(98,192,103); }
td.TdClassName
{
border-color: #62C067;
}
.TagClassName
{
border-color: #62C067;
}
</style>