Shades of Fern #5FAF62
Tints of Fern #5FAF62
RGB
CMYK
RGB Variations
Color information
#5FAF62 (or 0x5FAF62) is known color: Fern. HEX triplet: 5F, AF and 62. RGB value is (95,175,98). Sum of RGB (Red+Green+Blue) = 95+175+98=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF62 is #A0509D. Grayscale: #8E8E8E. Windows color (decimal): -10506398 or 6467423. OLE color: 6467423.
HSL color Cylindrical-coordinate representation of color #5FAF62: hue angle of 122.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF62 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 98 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.31 |
| HSL | 122.25º | 0.33% | 0.53% | - |
| HSV(B) | 122.25º | 0.46% | 0.69% | - |
| XYZ | 22.25 | 33.97 | 16.94 | - |
| YUV | 142.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 98 | 0.46 | 0 | 0.44 | 0.31 | 122.25 | 0.33 | 0.53 |
| Hex | 5F | AF | 62 | 2E | 0 | 2C | 1F | 7A | 21 | 35 |
| Octal | 137 | 257 | 142 | 56 | 0 | 54 | 37 | 172 | 41 | 65 |
| Binary | 1011111 | 10101111 | 1100010 | 101110 | 0 | 101100 | 11111 | 1111010 | 100001 | 110101 |
Color Harmonies of #5FAF62
Complementary color
Monochromatic Colors of #5FAF62
Black with #5FAF62
Text Example
Text Example
White with #5FAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF62; }
p { color: rgb(95,175,98); }
H1.HeaderClassName
{
color: #5FAF62;
}
.AnyTagClassName
{
color: #5FAF62;
}
</style>
background-color css
<style>
a { background-color: #5FAF62; }
a { background-color: rgb(95,175,98); }
div.DivClassName
{
background-color: #5FAF62;
}
.BgClassName
{
background-color: #5FAF62;
}
</style>
border-color css
<style>
span { border-color: #5FAF62; }
span { border-color: rgb(95,175,98); }
td.TdClassName
{
border-color: #5FAF62;
}
.TagClassName
{
border-color: #5FAF62;
}
</style>