Shades of Fern #62C378
Tints of Fern #62C378
RGB
CMYK
RGB Variations
Color information
#62C378 (or 0x62C378) is known color: Fern. HEX triplet: 62, C3 and 78. RGB value is (98,195,120). Sum of RGB (Red+Green+Blue) = 98+195+120=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #62C378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C378 is #9D3C87. Grayscale: #9D9D9D. Windows color (decimal): -10304648 or 7914338. OLE color: 7914338.
HSL color Cylindrical-coordinate representation of color #62C378: hue angle of 133.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62C378 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 120 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.24 |
| HSL | 133.61º | 0.45% | 0.57% | - |
| HSV(B) | 133.61º | 0.5% | 0.76% | - |
| XYZ | 27.94 | 42.98 | 24.59 | - |
| YUV | 157.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 120 | 0.50 | 0 | 0.38 | 0.24 | 133.61 | 0.45 | 0.57 |
| Hex | 62 | C3 | 78 | 32 | 0 | 26 | 18 | 86 | 2D | 39 |
| Octal | 142 | 303 | 170 | 62 | 0 | 46 | 30 | 206 | 55 | 71 |
| Binary | 1100010 | 11000011 | 1111000 | 110010 | 0 | 100110 | 11000 | 10000110 | 101101 | 111001 |
Color Harmonies of #62C378
Complementary color
Monochromatic Colors of #62C378
Black with #62C378
Text Example
Text Example
White with #62C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C378; }
p { color: rgb(98,195,120); }
H1.HeaderClassName
{
color: #62C378;
}
.AnyTagClassName
{
color: #62C378;
}
</style>
background-color css
<style>
a { background-color: #62C378; }
a { background-color: rgb(98,195,120); }
div.DivClassName
{
background-color: #62C378;
}
.BgClassName
{
background-color: #62C378;
}
</style>
border-color css
<style>
span { border-color: #62C378; }
span { border-color: rgb(98,195,120); }
td.TdClassName
{
border-color: #62C378;
}
.TagClassName
{
border-color: #62C378;
}
</style>