Shades of Fern #5DB36F
Tints of Fern #5DB36F
RGB
CMYK
RGB Variations
Color information
#5DB36F (or 0x5DB36F) is known color: Fern. HEX triplet: 5D, B3 and 6F. RGB value is (93,179,111). Sum of RGB (Red+Green+Blue) = 93+179+111=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB36F is #A24C90. Grayscale: #919191. Windows color (decimal): -10636433 or 7320413. OLE color: 7320413.
HSL color Cylindrical-coordinate representation of color #5DB36F: hue angle of 132.56º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB36F is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 111 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.30 |
| HSL | 132.56º | 0.36% | 0.53% | - |
| HSV(B) | 132.56º | 0.48% | 0.7% | - |
| XYZ | 23.5 | 35.72 | 20.69 | - |
| YUV | 145.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 111 | 0.48 | 0 | 0.38 | 0.30 | 132.56 | 0.36 | 0.53 |
| Hex | 5D | B3 | 6F | 30 | 0 | 26 | 1E | 85 | 24 | 35 |
| Octal | 135 | 263 | 157 | 60 | 0 | 46 | 36 | 205 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1101111 | 110000 | 0 | 100110 | 11110 | 10000101 | 100100 | 110101 |
Color Harmonies of #5DB36F
Complementary color
Monochromatic Colors of #5DB36F
Black with #5DB36F
Text Example
Text Example
White with #5DB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB36F; }
p { color: rgb(93,179,111); }
H1.HeaderClassName
{
color: #5DB36F;
}
.AnyTagClassName
{
color: #5DB36F;
}
</style>
background-color css
<style>
a { background-color: #5DB36F; }
a { background-color: rgb(93,179,111); }
div.DivClassName
{
background-color: #5DB36F;
}
.BgClassName
{
background-color: #5DB36F;
}
</style>
border-color css
<style>
span { border-color: #5DB36F; }
span { border-color: rgb(93,179,111); }
td.TdClassName
{
border-color: #5DB36F;
}
.TagClassName
{
border-color: #5DB36F;
}
</style>