Shades of Fern #62CA6B
Tints of Fern #62CA6B
RGB
CMYK
RGB Variations
Color information
#62CA6B (or 0x62CA6B) is known color: Fern. HEX triplet: 62, CA and 6B. RGB value is (98,202,107). Sum of RGB (Red+Green+Blue) = 98+202+107=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA6B is #9D3594. Grayscale: #A0A0A0. Windows color (decimal): -10302869 or 7064162. OLE color: 7064162.
HSL color Cylindrical-coordinate representation of color #62CA6B: hue angle of 125.19º 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 #62CA6B is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 107 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.21 |
| HSL | 125.19º | 0.5% | 0.59% | - |
| HSV(B) | 125.19º | 0.51% | 0.79% | - |
| XYZ | 28.81 | 45.9 | 21.25 | - |
| YUV | 160.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 107 | 0.51 | 0 | 0.47 | 0.21 | 125.19 | 0.5 | 0.59 |
| Hex | 62 | CA | 6B | 33 | 0 | 2F | 15 | 7D | 32 | 3B |
| Octal | 142 | 312 | 153 | 63 | 0 | 57 | 25 | 175 | 62 | 73 |
| Binary | 1100010 | 11001010 | 1101011 | 110011 | 0 | 101111 | 10101 | 1111101 | 110010 | 111011 |
Color Harmonies of #62CA6B
Complementary color
Monochromatic Colors of #62CA6B
Black with #62CA6B
Text Example
Text Example
White with #62CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA6B; }
p { color: rgb(98,202,107); }
H1.HeaderClassName
{
color: #62CA6B;
}
.AnyTagClassName
{
color: #62CA6B;
}
</style>
background-color css
<style>
a { background-color: #62CA6B; }
a { background-color: rgb(98,202,107); }
div.DivClassName
{
background-color: #62CA6B;
}
.BgClassName
{
background-color: #62CA6B;
}
</style>
border-color css
<style>
span { border-color: #62CA6B; }
span { border-color: rgb(98,202,107); }
td.TdClassName
{
border-color: #62CA6B;
}
.TagClassName
{
border-color: #62CA6B;
}
</style>