Shades of Fern #5DB470
Tints of Fern #5DB470
RGB
CMYK
RGB Variations
Color information
#5DB470 (or 0x5DB470) is known color: Fern. HEX triplet: 5D, B4 and 70. RGB value is (93,180,112). Sum of RGB (Red+Green+Blue) = 93+180+112=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB470 is #A24B8F. Grayscale: #929292. Windows color (decimal): -10636176 or 7386205. OLE color: 7386205.
HSL color Cylindrical-coordinate representation of color #5DB470: hue angle of 133.1º 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 #5DB470 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 112 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.29 |
| HSL | 133.1º | 0.37% | 0.54% | - |
| HSV(B) | 133.1º | 0.48% | 0.71% | - |
| XYZ | 23.76 | 36.14 | 21.05 | - |
| YUV | 146.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 112 | 0.48 | 0 | 0.38 | 0.29 | 133.1 | 0.37 | 0.54 |
| Hex | 5D | B4 | 70 | 30 | 0 | 26 | 1D | 85 | 25 | 36 |
| Octal | 135 | 264 | 160 | 60 | 0 | 46 | 35 | 205 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1110000 | 110000 | 0 | 100110 | 11101 | 10000101 | 100101 | 110110 |
Color Harmonies of #5DB470
Complementary color
Monochromatic Colors of #5DB470
Black with #5DB470
Text Example
Text Example
White with #5DB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB470; }
p { color: rgb(93,180,112); }
H1.HeaderClassName
{
color: #5DB470;
}
.AnyTagClassName
{
color: #5DB470;
}
</style>
background-color css
<style>
a { background-color: #5DB470; }
a { background-color: rgb(93,180,112); }
div.DivClassName
{
background-color: #5DB470;
}
.BgClassName
{
background-color: #5DB470;
}
</style>
border-color css
<style>
span { border-color: #5DB470; }
span { border-color: rgb(93,180,112); }
td.TdClassName
{
border-color: #5DB470;
}
.TagClassName
{
border-color: #5DB470;
}
</style>