Shades of Fern #5DAF5E
Tints of Fern #5DAF5E
RGB
CMYK
RGB Variations
Color information
#5DAF5E (or 0x5DAF5E) is known color: Fern. HEX triplet: 5D, AF and 5E. RGB value is (93,175,94). Sum of RGB (Red+Green+Blue) = 93+175+94=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF5E is #A250A1. Grayscale: #8D8D8D. Windows color (decimal): -10637474 or 6205277. OLE color: 6205277.
HSL color Cylindrical-coordinate representation of color #5DAF5E: hue angle of 120.73º 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 #5DAF5E is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 94 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.31 |
| HSL | 120.73º | 0.34% | 0.53% | - |
| HSV(B) | 120.73º | 0.47% | 0.69% | - |
| XYZ | 21.86 | 33.8 | 15.96 | - |
| YUV | 141.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 94 | 0.47 | 0 | 0.46 | 0.31 | 120.73 | 0.34 | 0.53 |
| Hex | 5D | AF | 5E | 2F | 0 | 2E | 1F | 79 | 22 | 35 |
| Octal | 135 | 257 | 136 | 57 | 0 | 56 | 37 | 171 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1011110 | 101111 | 0 | 101110 | 11111 | 1111001 | 100010 | 110101 |
Color Harmonies of #5DAF5E
Complementary color
Monochromatic Colors of #5DAF5E
Black with #5DAF5E
Text Example
Text Example
White with #5DAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF5E; }
p { color: rgb(93,175,94); }
H1.HeaderClassName
{
color: #5DAF5E;
}
.AnyTagClassName
{
color: #5DAF5E;
}
</style>
background-color css
<style>
a { background-color: #5DAF5E; }
a { background-color: rgb(93,175,94); }
div.DivClassName
{
background-color: #5DAF5E;
}
.BgClassName
{
background-color: #5DAF5E;
}
</style>
border-color css
<style>
span { border-color: #5DAF5E; }
span { border-color: rgb(93,175,94); }
td.TdClassName
{
border-color: #5DAF5E;
}
.TagClassName
{
border-color: #5DAF5E;
}
</style>