Shades of Fern #5DB46C
Tints of Fern #5DB46C
RGB
CMYK
RGB Variations
Color information
#5DB46C (or 0x5DB46C) is known color: Fern. HEX triplet: 5D, B4 and 6C. RGB value is (93,180,108). Sum of RGB (Red+Green+Blue) = 93+180+108=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB46C is #A24B93. Grayscale: #919191. Windows color (decimal): -10636180 or 7124061. OLE color: 7124061.
HSL color Cylindrical-coordinate representation of color #5DB46C: hue angle of 130.34º 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 #5DB46C is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 108 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.29 |
| HSL | 130.34º | 0.37% | 0.54% | - |
| HSV(B) | 130.34º | 0.48% | 0.71% | - |
| XYZ | 23.54 | 36.05 | 19.91 | - |
| YUV | 145.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 108 | 0.48 | 0 | 0.40 | 0.29 | 130.34 | 0.37 | 0.54 |
| Hex | 5D | B4 | 6C | 30 | 0 | 28 | 1D | 82 | 25 | 36 |
| Octal | 135 | 264 | 154 | 60 | 0 | 50 | 35 | 202 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1101100 | 110000 | 0 | 101000 | 11101 | 10000010 | 100101 | 110110 |
Color Harmonies of #5DB46C
Complementary color
Monochromatic Colors of #5DB46C
Black with #5DB46C
Text Example
Text Example
White with #5DB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB46C; }
p { color: rgb(93,180,108); }
H1.HeaderClassName
{
color: #5DB46C;
}
.AnyTagClassName
{
color: #5DB46C;
}
</style>
background-color css
<style>
a { background-color: #5DB46C; }
a { background-color: rgb(93,180,108); }
div.DivClassName
{
background-color: #5DB46C;
}
.BgClassName
{
background-color: #5DB46C;
}
</style>
border-color css
<style>
span { border-color: #5DB46C; }
span { border-color: rgb(93,180,108); }
td.TdClassName
{
border-color: #5DB46C;
}
.TagClassName
{
border-color: #5DB46C;
}
</style>