Shades of Fern #62CA5F
Tints of Fern #62CA5F
RGB
CMYK
RGB Variations
Color information
#62CA5F (or 0x62CA5F) is known color: Fern. HEX triplet: 62, CA and 5F. RGB value is (98,202,95). Sum of RGB (Red+Green+Blue) = 98+202+95=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA5F is #9D35A0. Grayscale: #9F9F9F. Windows color (decimal): -10302881 or 6277730. OLE color: 6277730.
HSL color Cylindrical-coordinate representation of color #62CA5F: hue angle of 118.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62CA5F is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 95 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.21 |
| HSL | 118.32º | 0.5% | 0.58% | - |
| HSV(B) | 118.32º | 0.53% | 0.79% | - |
| XYZ | 28.22 | 45.66 | 18.15 | - |
| YUV | 158.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 95 | 0.51 | 0 | 0.53 | 0.21 | 118.32 | 0.5 | 0.58 |
| Hex | 62 | CA | 5F | 33 | 0 | 35 | 15 | 76 | 32 | 3A |
| Octal | 142 | 312 | 137 | 63 | 0 | 65 | 25 | 166 | 62 | 72 |
| Binary | 1100010 | 11001010 | 1011111 | 110011 | 0 | 110101 | 10101 | 1110110 | 110010 | 111010 |
Color Harmonies of #62CA5F
Complementary color
Monochromatic Colors of #62CA5F
Black with #62CA5F
Text Example
Text Example
White with #62CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA5F; }
p { color: rgb(98,202,95); }
H1.HeaderClassName
{
color: #62CA5F;
}
.AnyTagClassName
{
color: #62CA5F;
}
</style>
background-color css
<style>
a { background-color: #62CA5F; }
a { background-color: rgb(98,202,95); }
div.DivClassName
{
background-color: #62CA5F;
}
.BgClassName
{
background-color: #62CA5F;
}
</style>
border-color css
<style>
span { border-color: #62CA5F; }
span { border-color: rgb(98,202,95); }
td.TdClassName
{
border-color: #62CA5F;
}
.TagClassName
{
border-color: #62CA5F;
}
</style>