Shades of Fern #5DB46E
Tints of Fern #5DB46E
RGB
CMYK
RGB Variations
Color information
#5DB46E (or 0x5DB46E) is known color: Fern. HEX triplet: 5D, B4 and 6E. RGB value is (93,180,110). Sum of RGB (Red+Green+Blue) = 93+180+110=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB46E is #A24B91. Grayscale: #929292. Windows color (decimal): -10636178 or 7255133. OLE color: 7255133.
HSL color Cylindrical-coordinate representation of color #5DB46E: hue angle of 131.72º 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 #5DB46E is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 110 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.29 |
| HSL | 131.72º | 0.37% | 0.54% | - |
| HSV(B) | 131.72º | 0.48% | 0.71% | - |
| XYZ | 23.65 | 36.1 | 20.47 | - |
| YUV | 146.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 110 | 0.48 | 0 | 0.39 | 0.29 | 131.72 | 0.37 | 0.54 |
| Hex | 5D | B4 | 6E | 30 | 0 | 27 | 1D | 84 | 25 | 36 |
| Octal | 135 | 264 | 156 | 60 | 0 | 47 | 35 | 204 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1101110 | 110000 | 0 | 100111 | 11101 | 10000100 | 100101 | 110110 |
Color Harmonies of #5DB46E
Complementary color
Monochromatic Colors of #5DB46E
Black with #5DB46E
Text Example
Text Example
White with #5DB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB46E; }
p { color: rgb(93,180,110); }
H1.HeaderClassName
{
color: #5DB46E;
}
.AnyTagClassName
{
color: #5DB46E;
}
</style>
background-color css
<style>
a { background-color: #5DB46E; }
a { background-color: rgb(93,180,110); }
div.DivClassName
{
background-color: #5DB46E;
}
.BgClassName
{
background-color: #5DB46E;
}
</style>
border-color css
<style>
span { border-color: #5DB46E; }
span { border-color: rgb(93,180,110); }
td.TdClassName
{
border-color: #5DB46E;
}
.TagClassName
{
border-color: #5DB46E;
}
</style>