Shades of Fern #5FAF63
Tints of Fern #5FAF63
RGB
CMYK
RGB Variations
Color information
#5FAF63 (or 0x5FAF63) is known color: Fern. HEX triplet: 5F, AF and 63. RGB value is (95,175,99). Sum of RGB (Red+Green+Blue) = 95+175+99=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF63 is #A0509C. Grayscale: #8E8E8E. Windows color (decimal): -10506397 or 6532959. OLE color: 6532959.
HSL color Cylindrical-coordinate representation of color #5FAF63: hue angle of 123º 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 #5FAF63 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 99 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.31 |
| HSL | 123º | 0.33% | 0.53% | - |
| HSV(B) | 123º | 0.46% | 0.69% | - |
| XYZ | 22.3 | 33.99 | 17.19 | - |
| YUV | 142.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 99 | 0.46 | 0 | 0.43 | 0.31 | 123 | 0.33 | 0.53 |
| Hex | 5F | AF | 63 | 2E | 0 | 2B | 1F | 7B | 21 | 35 |
| Octal | 137 | 257 | 143 | 56 | 0 | 53 | 37 | 173 | 41 | 65 |
| Binary | 1011111 | 10101111 | 1100011 | 101110 | 0 | 101011 | 11111 | 1111011 | 100001 | 110101 |
Color Harmonies of #5FAF63
Complementary color
Monochromatic Colors of #5FAF63
Black with #5FAF63
Text Example
Text Example
White with #5FAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF63; }
p { color: rgb(95,175,99); }
H1.HeaderClassName
{
color: #5FAF63;
}
.AnyTagClassName
{
color: #5FAF63;
}
</style>
background-color css
<style>
a { background-color: #5FAF63; }
a { background-color: rgb(95,175,99); }
div.DivClassName
{
background-color: #5FAF63;
}
.BgClassName
{
background-color: #5FAF63;
}
</style>
border-color css
<style>
span { border-color: #5FAF63; }
span { border-color: rgb(95,175,99); }
td.TdClassName
{
border-color: #5FAF63;
}
.TagClassName
{
border-color: #5FAF63;
}
</style>