Shades of Fern #5FAD74
Tints of Fern #5FAD74
RGB
CMYK
RGB Variations
Color information
#5FAD74 (or 0x5FAD74) is known color: Fern. HEX triplet: 5F, AD and 74. RGB value is (95,173,116). Sum of RGB (Red+Green+Blue) = 95+173+116=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD74 is #A0528B. Grayscale: #8F8F8F. Windows color (decimal): -10506892 or 7646559. OLE color: 7646559.
HSL color Cylindrical-coordinate representation of color #5FAD74: hue angle of 136.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD74 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 116 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.32 |
| HSL | 136.15º | 0.32% | 0.53% | - |
| HSV(B) | 136.15º | 0.45% | 0.68% | - |
| XYZ | 22.82 | 33.58 | 21.8 | - |
| YUV | 143.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 116 | 0.45 | 0 | 0.33 | 0.32 | 136.15 | 0.32 | 0.53 |
| Hex | 5F | AD | 74 | 2D | 0 | 21 | 20 | 88 | 20 | 35 |
| Octal | 137 | 255 | 164 | 55 | 0 | 41 | 40 | 210 | 40 | 65 |
| Binary | 1011111 | 10101101 | 1110100 | 101101 | 0 | 100001 | 100000 | 10001000 | 100000 | 110101 |
Color Harmonies of #5FAD74
Complementary color
Monochromatic Colors of #5FAD74
Black with #5FAD74
Text Example
Text Example
White with #5FAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD74; }
p { color: rgb(95,173,116); }
H1.HeaderClassName
{
color: #5FAD74;
}
.AnyTagClassName
{
color: #5FAD74;
}
</style>
background-color css
<style>
a { background-color: #5FAD74; }
a { background-color: rgb(95,173,116); }
div.DivClassName
{
background-color: #5FAD74;
}
.BgClassName
{
background-color: #5FAD74;
}
</style>
border-color css
<style>
span { border-color: #5FAD74; }
span { border-color: rgb(95,173,116); }
td.TdClassName
{
border-color: #5FAD74;
}
.TagClassName
{
border-color: #5FAD74;
}
</style>