Shades of Fern #62CA63
Tints of Fern #62CA63
RGB
CMYK
RGB Variations
Color information
#62CA63 (or 0x62CA63) is known color: Fern. HEX triplet: 62, CA and 63. RGB value is (98,202,99). Sum of RGB (Red+Green+Blue) = 98+202+99=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA63 is #9D359C. Grayscale: #9F9F9F. Windows color (decimal): -10302877 or 6539874. OLE color: 6539874.
HSL color Cylindrical-coordinate representation of color #62CA63: hue angle of 120.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62CA63 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 99 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.21 |
| HSL | 120.58º | 0.5% | 0.59% | - |
| HSV(B) | 120.58º | 0.51% | 0.79% | - |
| XYZ | 28.41 | 45.74 | 19.14 | - |
| YUV | 159.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 99 | 0.51 | 0 | 0.51 | 0.21 | 120.58 | 0.5 | 0.59 |
| Hex | 62 | CA | 63 | 33 | 0 | 33 | 15 | 79 | 32 | 3B |
| Octal | 142 | 312 | 143 | 63 | 0 | 63 | 25 | 171 | 62 | 73 |
| Binary | 1100010 | 11001010 | 1100011 | 110011 | 0 | 110011 | 10101 | 1111001 | 110010 | 111011 |
Color Harmonies of #62CA63
Complementary color
Monochromatic Colors of #62CA63
Black with #62CA63
Text Example
Text Example
White with #62CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA63; }
p { color: rgb(98,202,99); }
H1.HeaderClassName
{
color: #62CA63;
}
.AnyTagClassName
{
color: #62CA63;
}
</style>
background-color css
<style>
a { background-color: #62CA63; }
a { background-color: rgb(98,202,99); }
div.DivClassName
{
background-color: #62CA63;
}
.BgClassName
{
background-color: #62CA63;
}
</style>
border-color css
<style>
span { border-color: #62CA63; }
span { border-color: rgb(98,202,99); }
td.TdClassName
{
border-color: #62CA63;
}
.TagClassName
{
border-color: #62CA63;
}
</style>