Shades of Fern #62CA5C
Tints of Fern #62CA5C
RGB
CMYK
RGB Variations
Color information
#62CA5C (or 0x62CA5C) is known color: Fern. HEX triplet: 62, CA and 5C. RGB value is (98,202,92). Sum of RGB (Red+Green+Blue) = 98+202+92=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA5C is #9D35A3. Grayscale: #9E9E9E. Windows color (decimal): -10302884 or 6081122. OLE color: 6081122.
HSL color Cylindrical-coordinate representation of color #62CA5C: hue angle of 116.73º 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 #62CA5C is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 92 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.21 |
| HSL | 116.73º | 0.51% | 0.58% | - |
| HSV(B) | 116.73º | 0.54% | 0.79% | - |
| XYZ | 28.09 | 45.61 | 17.45 | - |
| YUV | 158.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 92 | 0.51 | 0 | 0.54 | 0.21 | 116.73 | 0.51 | 0.58 |
| Hex | 62 | CA | 5C | 33 | 0 | 36 | 15 | 75 | 33 | 3A |
| Octal | 142 | 312 | 134 | 63 | 0 | 66 | 25 | 165 | 63 | 72 |
| Binary | 1100010 | 11001010 | 1011100 | 110011 | 0 | 110110 | 10101 | 1110101 | 110011 | 111010 |
Color Harmonies of #62CA5C
Complementary color
Monochromatic Colors of #62CA5C
Black with #62CA5C
Text Example
Text Example
White with #62CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA5C; }
p { color: rgb(98,202,92); }
H1.HeaderClassName
{
color: #62CA5C;
}
.AnyTagClassName
{
color: #62CA5C;
}
</style>
background-color css
<style>
a { background-color: #62CA5C; }
a { background-color: rgb(98,202,92); }
div.DivClassName
{
background-color: #62CA5C;
}
.BgClassName
{
background-color: #62CA5C;
}
</style>
border-color css
<style>
span { border-color: #62CA5C; }
span { border-color: rgb(98,202,92); }
td.TdClassName
{
border-color: #62CA5C;
}
.TagClassName
{
border-color: #62CA5C;
}
</style>