Shades of Fern #5DB575
Tints of Fern #5DB575
RGB
CMYK
RGB Variations
Color information
#5DB575 (or 0x5DB575) is known color: Fern. HEX triplet: 5D, B5 and 75. RGB value is (93,181,117). Sum of RGB (Red+Green+Blue) = 93+181+117=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB575 is #A24A8A. Grayscale: #939393. Windows color (decimal): -10635915 or 7714141. OLE color: 7714141.
HSL color Cylindrical-coordinate representation of color #5DB575: hue angle of 136.36º 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 #5DB575 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 117 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.29 |
| HSL | 136.36º | 0.37% | 0.54% | - |
| HSV(B) | 136.36º | 0.49% | 0.71% | - |
| XYZ | 24.25 | 36.66 | 22.63 | - |
| YUV | 147.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 117 | 0.49 | 0 | 0.35 | 0.29 | 136.36 | 0.37 | 0.54 |
| Hex | 5D | B5 | 75 | 31 | 0 | 23 | 1D | 88 | 25 | 36 |
| Octal | 135 | 265 | 165 | 61 | 0 | 43 | 35 | 210 | 45 | 66 |
| Binary | 1011101 | 10110101 | 1110101 | 110001 | 0 | 100011 | 11101 | 10001000 | 100101 | 110110 |
Color Harmonies of #5DB575
Complementary color
Monochromatic Colors of #5DB575
Black with #5DB575
Text Example
Text Example
White with #5DB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB575; }
p { color: rgb(93,181,117); }
H1.HeaderClassName
{
color: #5DB575;
}
.AnyTagClassName
{
color: #5DB575;
}
</style>
background-color css
<style>
a { background-color: #5DB575; }
a { background-color: rgb(93,181,117); }
div.DivClassName
{
background-color: #5DB575;
}
.BgClassName
{
background-color: #5DB575;
}
</style>
border-color css
<style>
span { border-color: #5DB575; }
span { border-color: rgb(93,181,117); }
td.TdClassName
{
border-color: #5DB575;
}
.TagClassName
{
border-color: #5DB575;
}
</style>