Shades of Fern #5DB46D
Tints of Fern #5DB46D
RGB
CMYK
RGB Variations
Color information
#5DB46D (or 0x5DB46D) is known color: Fern. HEX triplet: 5D, B4 and 6D. RGB value is (93,180,109). Sum of RGB (Red+Green+Blue) = 93+180+109=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB46D is #A24B92. Grayscale: #929292. Windows color (decimal): -10636179 or 7189597. OLE color: 7189597.
HSL color Cylindrical-coordinate representation of color #5DB46D: hue angle of 131.03º 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 #5DB46D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 109 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.29 |
| HSL | 131.03º | 0.37% | 0.54% | - |
| HSV(B) | 131.03º | 0.48% | 0.71% | - |
| XYZ | 23.6 | 36.07 | 20.19 | - |
| YUV | 145.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 109 | 0.48 | 0 | 0.39 | 0.29 | 131.03 | 0.37 | 0.54 |
| Hex | 5D | B4 | 6D | 30 | 0 | 27 | 1D | 83 | 25 | 36 |
| Octal | 135 | 264 | 155 | 60 | 0 | 47 | 35 | 203 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1101101 | 110000 | 0 | 100111 | 11101 | 10000011 | 100101 | 110110 |
Color Harmonies of #5DB46D
Complementary color
Monochromatic Colors of #5DB46D
Black with #5DB46D
Text Example
Text Example
White with #5DB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB46D; }
p { color: rgb(93,180,109); }
H1.HeaderClassName
{
color: #5DB46D;
}
.AnyTagClassName
{
color: #5DB46D;
}
</style>
background-color css
<style>
a { background-color: #5DB46D; }
a { background-color: rgb(93,180,109); }
div.DivClassName
{
background-color: #5DB46D;
}
.BgClassName
{
background-color: #5DB46D;
}
</style>
border-color css
<style>
span { border-color: #5DB46D; }
span { border-color: rgb(93,180,109); }
td.TdClassName
{
border-color: #5DB46D;
}
.TagClassName
{
border-color: #5DB46D;
}
</style>