Shades of Fern #5DB571
Tints of Fern #5DB571
RGB
CMYK
RGB Variations
Color information
#5DB571 (or 0x5DB571) is known color: Fern. HEX triplet: 5D, B5 and 71. RGB value is (93,181,113). Sum of RGB (Red+Green+Blue) = 93+181+113=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB571 is #A24A8E. Grayscale: #939393. Windows color (decimal): -10635919 or 7451997. OLE color: 7451997.
HSL color Cylindrical-coordinate representation of color #5DB571: hue angle of 133.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB571 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 113 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.29 |
| HSL | 133.64º | 0.37% | 0.54% | - |
| HSV(B) | 133.64º | 0.49% | 0.71% | - |
| XYZ | 24.02 | 36.57 | 21.42 | - |
| YUV | 146.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 113 | 0.49 | 0 | 0.38 | 0.29 | 133.64 | 0.37 | 0.54 |
| Hex | 5D | B5 | 71 | 31 | 0 | 26 | 1D | 86 | 25 | 36 |
| Octal | 135 | 265 | 161 | 61 | 0 | 46 | 35 | 206 | 45 | 66 |
| Binary | 1011101 | 10110101 | 1110001 | 110001 | 0 | 100110 | 11101 | 10000110 | 100101 | 110110 |
Color Harmonies of #5DB571
Complementary color
Monochromatic Colors of #5DB571
Black with #5DB571
Text Example
Text Example
White with #5DB571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB571; }
p { color: rgb(93,181,113); }
H1.HeaderClassName
{
color: #5DB571;
}
.AnyTagClassName
{
color: #5DB571;
}
</style>
background-color css
<style>
a { background-color: #5DB571; }
a { background-color: rgb(93,181,113); }
div.DivClassName
{
background-color: #5DB571;
}
.BgClassName
{
background-color: #5DB571;
}
</style>
border-color css
<style>
span { border-color: #5DB571; }
span { border-color: rgb(93,181,113); }
td.TdClassName
{
border-color: #5DB571;
}
.TagClassName
{
border-color: #5DB571;
}
</style>