Shades of Fern #5DAF6E
Tints of Fern #5DAF6E
RGB
CMYK
RGB Variations
Color information
#5DAF6E (or 0x5DAF6E) is known color: Fern. HEX triplet: 5D, AF and 6E. RGB value is (93,175,110). Sum of RGB (Red+Green+Blue) = 93+175+110=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF6E is #A25091. Grayscale: #8F8F8F. Windows color (decimal): -10637458 or 7253853. OLE color: 7253853.
HSL color Cylindrical-coordinate representation of color #5DAF6E: hue angle of 132.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF6E is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 110 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.31 |
| HSL | 132.44º | 0.34% | 0.53% | - |
| HSV(B) | 132.44º | 0.47% | 0.69% | - |
| XYZ | 22.66 | 34.11 | 20.14 | - |
| YUV | 143.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 110 | 0.47 | 0 | 0.37 | 0.31 | 132.44 | 0.34 | 0.53 |
| Hex | 5D | AF | 6E | 2F | 0 | 25 | 1F | 84 | 22 | 35 |
| Octal | 135 | 257 | 156 | 57 | 0 | 45 | 37 | 204 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1101110 | 101111 | 0 | 100101 | 11111 | 10000100 | 100010 | 110101 |
Color Harmonies of #5DAF6E
Complementary color
Monochromatic Colors of #5DAF6E
Black with #5DAF6E
Text Example
Text Example
White with #5DAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF6E; }
p { color: rgb(93,175,110); }
H1.HeaderClassName
{
color: #5DAF6E;
}
.AnyTagClassName
{
color: #5DAF6E;
}
</style>
background-color css
<style>
a { background-color: #5DAF6E; }
a { background-color: rgb(93,175,110); }
div.DivClassName
{
background-color: #5DAF6E;
}
.BgClassName
{
background-color: #5DAF6E;
}
</style>
border-color css
<style>
span { border-color: #5DAF6E; }
span { border-color: rgb(93,175,110); }
td.TdClassName
{
border-color: #5DAF6E;
}
.TagClassName
{
border-color: #5DAF6E;
}
</style>