Shades of Fern #5FAA72
Tints of Fern #5FAA72
RGB
CMYK
RGB Variations
Color information
#5FAA72 (or 0x5FAA72) is known color: Fern. HEX triplet: 5F, AA and 72. RGB value is (95,170,114). Sum of RGB (Red+Green+Blue) = 95+170+114=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA72 is #A0558D. Grayscale: #8D8D8D. Windows color (decimal): -10507662 or 7514719. OLE color: 7514719.
HSL color Cylindrical-coordinate representation of color #5FAA72: hue angle of 135.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAA72 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 114 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.33 |
| HSL | 135.2º | 0.31% | 0.52% | - |
| HSV(B) | 135.2º | 0.44% | 0.67% | - |
| XYZ | 22.13 | 32.4 | 21.01 | - |
| YUV | 141.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 114 | 0.44 | 0 | 0.33 | 0.33 | 135.2 | 0.31 | 0.52 |
| Hex | 5F | AA | 72 | 2C | 0 | 21 | 21 | 87 | 1F | 34 |
| Octal | 137 | 252 | 162 | 54 | 0 | 41 | 41 | 207 | 37 | 64 |
| Binary | 1011111 | 10101010 | 1110010 | 101100 | 0 | 100001 | 100001 | 10000111 | 11111 | 110100 |
Color Harmonies of #5FAA72
Complementary color
Monochromatic Colors of #5FAA72
Black with #5FAA72
Text Example
Text Example
White with #5FAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA72; }
p { color: rgb(95,170,114); }
H1.HeaderClassName
{
color: #5FAA72;
}
.AnyTagClassName
{
color: #5FAA72;
}
</style>
background-color css
<style>
a { background-color: #5FAA72; }
a { background-color: rgb(95,170,114); }
div.DivClassName
{
background-color: #5FAA72;
}
.BgClassName
{
background-color: #5FAA72;
}
</style>
border-color css
<style>
span { border-color: #5FAA72; }
span { border-color: rgb(95,170,114); }
td.TdClassName
{
border-color: #5FAA72;
}
.TagClassName
{
border-color: #5FAA72;
}
</style>