Shades of Fern #62AB64
Tints of Fern #62AB64
RGB
CMYK
RGB Variations
Color information
#62AB64 (or 0x62AB64) is known color: Fern. HEX triplet: 62, AB and 64. RGB value is (98,171,100). Sum of RGB (Red+Green+Blue) = 98+171+100=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AB64 is #9D549B. Grayscale: #8D8D8D. Windows color (decimal): -10310812 or 6597474. OLE color: 6597474.
HSL color Cylindrical-coordinate representation of color #62AB64: hue angle of 121.64º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AB64 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 100 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.33 |
| HSL | 121.64º | 0.3% | 0.53% | - |
| HSV(B) | 121.64º | 0.43% | 0.67% | - |
| XYZ | 21.9 | 32.64 | 17.2 | - |
| YUV | 141.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 100 | 0.43 | 0 | 0.42 | 0.33 | 121.64 | 0.3 | 0.53 |
| Hex | 62 | AB | 64 | 2B | 0 | 2A | 21 | 7A | 1E | 35 |
| Octal | 142 | 253 | 144 | 53 | 0 | 52 | 41 | 172 | 36 | 65 |
| Binary | 1100010 | 10101011 | 1100100 | 101011 | 0 | 101010 | 100001 | 1111010 | 11110 | 110101 |
Color Harmonies of #62AB64
Complementary color
Monochromatic Colors of #62AB64
Black with #62AB64
Text Example
Text Example
White with #62AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB64; }
p { color: rgb(98,171,100); }
H1.HeaderClassName
{
color: #62AB64;
}
.AnyTagClassName
{
color: #62AB64;
}
</style>
background-color css
<style>
a { background-color: #62AB64; }
a { background-color: rgb(98,171,100); }
div.DivClassName
{
background-color: #62AB64;
}
.BgClassName
{
background-color: #62AB64;
}
</style>
border-color css
<style>
span { border-color: #62AB64; }
span { border-color: rgb(98,171,100); }
td.TdClassName
{
border-color: #62AB64;
}
.TagClassName
{
border-color: #62AB64;
}
</style>