Shades of Fern #5DBE71
Tints of Fern #5DBE71
RGB
CMYK
RGB Variations
Color information
#5DBE71 (or 0x5DBE71) is known color: Fern. HEX triplet: 5D, BE and 71. RGB value is (93,190,113). Sum of RGB (Red+Green+Blue) = 93+190+113=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBE71 is #A2418E. Grayscale: #989898. Windows color (decimal): -10633615 or 7454301. OLE color: 7454301.
HSL color Cylindrical-coordinate representation of color #5DBE71: hue angle of 132.37º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBE71 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 113 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.25 |
| HSL | 132.37º | 0.43% | 0.55% | - |
| HSV(B) | 132.37º | 0.51% | 0.75% | - |
| XYZ | 25.91 | 40.35 | 22.04 | - |
| YUV | 152.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 113 | 0.51 | 0 | 0.41 | 0.25 | 132.37 | 0.43 | 0.55 |
| Hex | 5D | BE | 71 | 33 | 0 | 29 | 19 | 84 | 2B | 37 |
| Octal | 135 | 276 | 161 | 63 | 0 | 51 | 31 | 204 | 53 | 67 |
| Binary | 1011101 | 10111110 | 1110001 | 110011 | 0 | 101001 | 11001 | 10000100 | 101011 | 110111 |
Color Harmonies of #5DBE71
Complementary color
Monochromatic Colors of #5DBE71
Black with #5DBE71
Text Example
Text Example
White with #5DBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE71; }
p { color: rgb(93,190,113); }
H1.HeaderClassName
{
color: #5DBE71;
}
.AnyTagClassName
{
color: #5DBE71;
}
</style>
background-color css
<style>
a { background-color: #5DBE71; }
a { background-color: rgb(93,190,113); }
div.DivClassName
{
background-color: #5DBE71;
}
.BgClassName
{
background-color: #5DBE71;
}
</style>
border-color css
<style>
span { border-color: #5DBE71; }
span { border-color: rgb(93,190,113); }
td.TdClassName
{
border-color: #5DBE71;
}
.TagClassName
{
border-color: #5DBE71;
}
</style>