Shades of Fern #62C068
Tints of Fern #62C068
RGB
CMYK
RGB Variations
Color information
#62C068 (or 0x62C068) is known color: Fern. HEX triplet: 62, C0 and 68. RGB value is (98,192,104). Sum of RGB (Red+Green+Blue) = 98+192+104=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #62C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C068 is #9D3F97. Grayscale: #9A9A9A. Windows color (decimal): -10305432 or 6864994. OLE color: 6864994.
HSL color Cylindrical-coordinate representation of color #62C068: hue angle of 123.83º 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 #62C068 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 192 | 104 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.25 |
| HSL | 123.83º | 0.43% | 0.57% | - |
| HSV(B) | 123.83º | 0.49% | 0.75% | - |
| XYZ | 26.39 | 41.3 | 19.68 | - |
| YUV | 153.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 104 | 0.49 | 0 | 0.46 | 0.25 | 123.83 | 0.43 | 0.57 |
| Hex | 62 | C0 | 68 | 31 | 0 | 2E | 19 | 7C | 2B | 39 |
| Octal | 142 | 300 | 150 | 61 | 0 | 56 | 31 | 174 | 53 | 71 |
| Binary | 1100010 | 11000000 | 1101000 | 110001 | 0 | 101110 | 11001 | 1111100 | 101011 | 111001 |
Color Harmonies of #62C068
Complementary color
Monochromatic Colors of #62C068
Black with #62C068
Text Example
Text Example
White with #62C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C068; }
p { color: rgb(98,192,104); }
H1.HeaderClassName
{
color: #62C068;
}
.AnyTagClassName
{
color: #62C068;
}
</style>
background-color css
<style>
a { background-color: #62C068; }
a { background-color: rgb(98,192,104); }
div.DivClassName
{
background-color: #62C068;
}
.BgClassName
{
background-color: #62C068;
}
</style>
border-color css
<style>
span { border-color: #62C068; }
span { border-color: rgb(98,192,104); }
td.TdClassName
{
border-color: #62C068;
}
.TagClassName
{
border-color: #62C068;
}
</style>