Shades of Fern #5DB560
Tints of Fern #5DB560
RGB
CMYK
RGB Variations
Color information
#5DB560 (or 0x5DB560) is known color: Fern. HEX triplet: 5D, B5 and 60. RGB value is (93,181,96). Sum of RGB (Red+Green+Blue) = 93+181+96=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB560 is #A24A9F. Grayscale: #919191. Windows color (decimal): -10635936 or 6337885. OLE color: 6337885.
HSL color Cylindrical-coordinate representation of color #5DB560: hue angle of 122.05º 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 #5DB560 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 96 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.29 |
| HSL | 122.05º | 0.37% | 0.54% | - |
| HSV(B) | 122.05º | 0.49% | 0.71% | - |
| XYZ | 23.15 | 36.22 | 16.84 | - |
| YUV | 145 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 96 | 0.49 | 0 | 0.47 | 0.29 | 122.05 | 0.37 | 0.54 |
| Hex | 5D | B5 | 60 | 31 | 0 | 2F | 1D | 7A | 25 | 36 |
| Octal | 135 | 265 | 140 | 61 | 0 | 57 | 35 | 172 | 45 | 66 |
| Binary | 1011101 | 10110101 | 1100000 | 110001 | 0 | 101111 | 11101 | 1111010 | 100101 | 110110 |
Color Harmonies of #5DB560
Complementary color
Monochromatic Colors of #5DB560
Black with #5DB560
Text Example
Text Example
White with #5DB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB560; }
p { color: rgb(93,181,96); }
H1.HeaderClassName
{
color: #5DB560;
}
.AnyTagClassName
{
color: #5DB560;
}
</style>
background-color css
<style>
a { background-color: #5DB560; }
a { background-color: rgb(93,181,96); }
div.DivClassName
{
background-color: #5DB560;
}
.BgClassName
{
background-color: #5DB560;
}
</style>
border-color css
<style>
span { border-color: #5DB560; }
span { border-color: rgb(93,181,96); }
td.TdClassName
{
border-color: #5DB560;
}
.TagClassName
{
border-color: #5DB560;
}
</style>