Shades of Fern #62CA5D
Tints of Fern #62CA5D
RGB
CMYK
RGB Variations
Color information
#62CA5D (or 0x62CA5D) is known color: Fern. HEX triplet: 62, CA and 5D. RGB value is (98,202,93). Sum of RGB (Red+Green+Blue) = 98+202+93=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA5D is #9D35A2. Grayscale: #9E9E9E. Windows color (decimal): -10302883 or 6146658. OLE color: 6146658.
HSL color Cylindrical-coordinate representation of color #62CA5D: hue angle of 117.25º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62CA5D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 93 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.21 |
| HSL | 117.25º | 0.51% | 0.58% | - |
| HSV(B) | 117.25º | 0.54% | 0.79% | - |
| XYZ | 28.13 | 45.63 | 17.68 | - |
| YUV | 158.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 93 | 0.51 | 0 | 0.54 | 0.21 | 117.25 | 0.51 | 0.58 |
| Hex | 62 | CA | 5D | 33 | 0 | 36 | 15 | 75 | 33 | 3A |
| Octal | 142 | 312 | 135 | 63 | 0 | 66 | 25 | 165 | 63 | 72 |
| Binary | 1100010 | 11001010 | 1011101 | 110011 | 0 | 110110 | 10101 | 1110101 | 110011 | 111010 |
Color Harmonies of #62CA5D
Complementary color
Monochromatic Colors of #62CA5D
Black with #62CA5D
Text Example
Text Example
White with #62CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA5D; }
p { color: rgb(98,202,93); }
H1.HeaderClassName
{
color: #62CA5D;
}
.AnyTagClassName
{
color: #62CA5D;
}
</style>
background-color css
<style>
a { background-color: #62CA5D; }
a { background-color: rgb(98,202,93); }
div.DivClassName
{
background-color: #62CA5D;
}
.BgClassName
{
background-color: #62CA5D;
}
</style>
border-color css
<style>
span { border-color: #62CA5D; }
span { border-color: rgb(98,202,93); }
td.TdClassName
{
border-color: #62CA5D;
}
.TagClassName
{
border-color: #62CA5D;
}
</style>