Shades of Fern #5DBD71
Tints of Fern #5DBD71
RGB
CMYK
RGB Variations
Color information
#5DBD71 (or 0x5DBD71) is known color: Fern. HEX triplet: 5D, BD and 71. RGB value is (93,189,113). Sum of RGB (Red+Green+Blue) = 93+189+113=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD71 is #A2428E. Grayscale: #979797. Windows color (decimal): -10633871 or 7454045. OLE color: 7454045.
HSL color Cylindrical-coordinate representation of color #5DBD71: hue angle of 132.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBD71 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 113 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.26 |
| HSL | 132.5º | 0.42% | 0.55% | - |
| HSV(B) | 132.5º | 0.51% | 0.74% | - |
| XYZ | 25.69 | 39.91 | 21.97 | - |
| YUV | 151.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 113 | 0.51 | 0 | 0.40 | 0.26 | 132.5 | 0.42 | 0.55 |
| Hex | 5D | BD | 71 | 33 | 0 | 28 | 1A | 84 | 2A | 37 |
| Octal | 135 | 275 | 161 | 63 | 0 | 50 | 32 | 204 | 52 | 67 |
| Binary | 1011101 | 10111101 | 1110001 | 110011 | 0 | 101000 | 11010 | 10000100 | 101010 | 110111 |
Color Harmonies of #5DBD71
Complementary color
Monochromatic Colors of #5DBD71
Black with #5DBD71
Text Example
Text Example
White with #5DBD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD71; }
p { color: rgb(93,189,113); }
H1.HeaderClassName
{
color: #5DBD71;
}
.AnyTagClassName
{
color: #5DBD71;
}
</style>
background-color css
<style>
a { background-color: #5DBD71; }
a { background-color: rgb(93,189,113); }
div.DivClassName
{
background-color: #5DBD71;
}
.BgClassName
{
background-color: #5DBD71;
}
</style>
border-color css
<style>
span { border-color: #5DBD71; }
span { border-color: rgb(93,189,113); }
td.TdClassName
{
border-color: #5DBD71;
}
.TagClassName
{
border-color: #5DBD71;
}
</style>