Shades of Fern #62AC5C
Tints of Fern #62AC5C
RGB
CMYK
RGB Variations
Color information
#62AC5C (or 0x62AC5C) is known color: Fern. HEX triplet: 62, AC and 5C. RGB value is (98,172,92). Sum of RGB (Red+Green+Blue) = 98+172+92=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #62AC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AC5C is #9D53A3. Grayscale: #8D8D8D. Windows color (decimal): -10310564 or 6073442. OLE color: 6073442.
HSL color Cylindrical-coordinate representation of color #62AC5C: hue angle of 115.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62AC5C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 172 | 92 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.33 |
| HSL | 115.5º | 0.33% | 0.52% | - |
| HSV(B) | 115.5º | 0.47% | 0.67% | - |
| XYZ | 21.72 | 32.87 | 15.33 | - |
| YUV | 140.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 92 | 0.43 | 0 | 0.47 | 0.33 | 115.5 | 0.33 | 0.52 |
| Hex | 62 | AC | 5C | 2B | 0 | 2F | 21 | 74 | 21 | 34 |
| Octal | 142 | 254 | 134 | 53 | 0 | 57 | 41 | 164 | 41 | 64 |
| Binary | 1100010 | 10101100 | 1011100 | 101011 | 0 | 101111 | 100001 | 1110100 | 100001 | 110100 |
Color Harmonies of #62AC5C
Complementary color
Monochromatic Colors of #62AC5C
Black with #62AC5C
Text Example
Text Example
White with #62AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AC5C; }
p { color: rgb(98,172,92); }
H1.HeaderClassName
{
color: #62AC5C;
}
.AnyTagClassName
{
color: #62AC5C;
}
</style>
background-color css
<style>
a { background-color: #62AC5C; }
a { background-color: rgb(98,172,92); }
div.DivClassName
{
background-color: #62AC5C;
}
.BgClassName
{
background-color: #62AC5C;
}
</style>
border-color css
<style>
span { border-color: #62AC5C; }
span { border-color: rgb(98,172,92); }
td.TdClassName
{
border-color: #62AC5C;
}
.TagClassName
{
border-color: #62AC5C;
}
</style>