Shades of Fern #5DB472
Tints of Fern #5DB472
RGB
CMYK
RGB Variations
Color information
#5DB472 (or 0x5DB472) is known color: Fern. HEX triplet: 5D, B4 and 72. RGB value is (93,180,114). Sum of RGB (Red+Green+Blue) = 93+180+114=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB472 is #A24B8D. Grayscale: #929292. Windows color (decimal): -10636174 or 7517277. OLE color: 7517277.
HSL color Cylindrical-coordinate representation of color #5DB472: hue angle of 134.48º 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 #5DB472 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 114 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.29 |
| HSL | 134.48º | 0.37% | 0.54% | - |
| HSV(B) | 134.48º | 0.48% | 0.71% | - |
| XYZ | 23.87 | 36.18 | 21.65 | - |
| YUV | 146.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 114 | 0.48 | 0 | 0.37 | 0.29 | 134.48 | 0.37 | 0.54 |
| Hex | 5D | B4 | 72 | 30 | 0 | 25 | 1D | 86 | 25 | 36 |
| Octal | 135 | 264 | 162 | 60 | 0 | 45 | 35 | 206 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1110010 | 110000 | 0 | 100101 | 11101 | 10000110 | 100101 | 110110 |
Color Harmonies of #5DB472
Complementary color
Monochromatic Colors of #5DB472
Black with #5DB472
Text Example
Text Example
White with #5DB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB472; }
p { color: rgb(93,180,114); }
H1.HeaderClassName
{
color: #5DB472;
}
.AnyTagClassName
{
color: #5DB472;
}
</style>
background-color css
<style>
a { background-color: #5DB472; }
a { background-color: rgb(93,180,114); }
div.DivClassName
{
background-color: #5DB472;
}
.BgClassName
{
background-color: #5DB472;
}
</style>
border-color css
<style>
span { border-color: #5DB472; }
span { border-color: rgb(93,180,114); }
td.TdClassName
{
border-color: #5DB472;
}
.TagClassName
{
border-color: #5DB472;
}
</style>