Shades of Fern #5DB475
Tints of Fern #5DB475
RGB
CMYK
RGB Variations
Color information
#5DB475 (or 0x5DB475) is known color: Fern. HEX triplet: 5D, B4 and 75. RGB value is (93,180,117). Sum of RGB (Red+Green+Blue) = 93+180+117=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB475 is #A24B8A. Grayscale: #929292. Windows color (decimal): -10636171 or 7713885. OLE color: 7713885.
HSL color Cylindrical-coordinate representation of color #5DB475: hue angle of 136.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB475 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 117 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.29 |
| HSL | 136.55º | 0.37% | 0.54% | - |
| HSV(B) | 136.55º | 0.48% | 0.71% | - |
| XYZ | 24.05 | 36.25 | 22.56 | - |
| YUV | 146.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 117 | 0.48 | 0 | 0.35 | 0.29 | 136.55 | 0.37 | 0.54 |
| Hex | 5D | B4 | 75 | 30 | 0 | 23 | 1D | 89 | 25 | 36 |
| Octal | 135 | 264 | 165 | 60 | 0 | 43 | 35 | 211 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1110101 | 110000 | 0 | 100011 | 11101 | 10001001 | 100101 | 110110 |
Color Harmonies of #5DB475
Complementary color
Monochromatic Colors of #5DB475
Black with #5DB475
Text Example
Text Example
White with #5DB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB475; }
p { color: rgb(93,180,117); }
H1.HeaderClassName
{
color: #5DB475;
}
.AnyTagClassName
{
color: #5DB475;
}
</style>
background-color css
<style>
a { background-color: #5DB475; }
a { background-color: rgb(93,180,117); }
div.DivClassName
{
background-color: #5DB475;
}
.BgClassName
{
background-color: #5DB475;
}
</style>
border-color css
<style>
span { border-color: #5DB475; }
span { border-color: rgb(93,180,117); }
td.TdClassName
{
border-color: #5DB475;
}
.TagClassName
{
border-color: #5DB475;
}
</style>