Shades of Fern #62AF74
Tints of Fern #62AF74
RGB
CMYK
RGB Variations
Color information
#62AF74 (or 0x62AF74) is known color: Fern. HEX triplet: 62, AF and 74. RGB value is (98,175,116). Sum of RGB (Red+Green+Blue) = 98+175+116=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF74 is #9D508B. Grayscale: #919191. Windows color (decimal): -10309772 or 7647074. OLE color: 7647074.
HSL color Cylindrical-coordinate representation of color #62AF74: hue angle of 134.03º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF74 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 175 | 116 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.31 |
| HSL | 134.03º | 0.32% | 0.54% | - |
| HSV(B) | 134.03º | 0.44% | 0.69% | - |
| XYZ | 23.52 | 34.52 | 21.95 | - |
| YUV | 145.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 116 | 0.44 | 0 | 0.34 | 0.31 | 134.03 | 0.32 | 0.54 |
| Hex | 62 | AF | 74 | 2C | 0 | 22 | 1F | 86 | 20 | 36 |
| Octal | 142 | 257 | 164 | 54 | 0 | 42 | 37 | 206 | 40 | 66 |
| Binary | 1100010 | 10101111 | 1110100 | 101100 | 0 | 100010 | 11111 | 10000110 | 100000 | 110110 |
Color Harmonies of #62AF74
Complementary color
Monochromatic Colors of #62AF74
Black with #62AF74
Text Example
Text Example
White with #62AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AF74; }
p { color: rgb(98,175,116); }
H1.HeaderClassName
{
color: #62AF74;
}
.AnyTagClassName
{
color: #62AF74;
}
</style>
background-color css
<style>
a { background-color: #62AF74; }
a { background-color: rgb(98,175,116); }
div.DivClassName
{
background-color: #62AF74;
}
.BgClassName
{
background-color: #62AF74;
}
</style>
border-color css
<style>
span { border-color: #62AF74; }
span { border-color: rgb(98,175,116); }
td.TdClassName
{
border-color: #62AF74;
}
.TagClassName
{
border-color: #62AF74;
}
</style>