Shades of Fern #62C375
Tints of Fern #62C375
RGB
CMYK
RGB Variations
Color information
#62C375 (or 0x62C375) is known color: Fern. HEX triplet: 62, C3 and 75. RGB value is (98,195,117). Sum of RGB (Red+Green+Blue) = 98+195+117=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #62C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C375 is #9D3C8A. Grayscale: #9D9D9D. Windows color (decimal): -10304651 or 7717730. OLE color: 7717730.
HSL color Cylindrical-coordinate representation of color #62C375: hue angle of 131.75º 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 #62C375 is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 117 | - |
| CMYK | 0.50 | 0 | 0.4 | 0.24 |
| HSL | 131.75º | 0.45% | 0.57% | - |
| HSV(B) | 131.75º | 0.5% | 0.76% | - |
| XYZ | 27.76 | 42.91 | 23.65 | - |
| YUV | 157.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 117 | 0.50 | 0 | 0.4 | 0.24 | 131.75 | 0.45 | 0.57 |
| Hex | 62 | C3 | 75 | 32 | 0 | 28 | 18 | 84 | 2D | 39 |
| Octal | 142 | 303 | 165 | 62 | 0 | 50 | 30 | 204 | 55 | 71 |
| Binary | 1100010 | 11000011 | 1110101 | 110010 | 0 | 101000 | 11000 | 10000100 | 101101 | 111001 |
Color Harmonies of #62C375
Complementary color
Monochromatic Colors of #62C375
Black with #62C375
Text Example
Text Example
White with #62C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C375; }
p { color: rgb(98,195,117); }
H1.HeaderClassName
{
color: #62C375;
}
.AnyTagClassName
{
color: #62C375;
}
</style>
background-color css
<style>
a { background-color: #62C375; }
a { background-color: rgb(98,195,117); }
div.DivClassName
{
background-color: #62C375;
}
.BgClassName
{
background-color: #62C375;
}
</style>
border-color css
<style>
span { border-color: #62C375; }
span { border-color: rgb(98,195,117); }
td.TdClassName
{
border-color: #62C375;
}
.TagClassName
{
border-color: #62C375;
}
</style>