Shades of Fern #5DB36B
Tints of Fern #5DB36B
RGB
CMYK
RGB Variations
Color information
#5DB36B (or 0x5DB36B) is known color: Fern. HEX triplet: 5D, B3 and 6B. RGB value is (93,179,107). Sum of RGB (Red+Green+Blue) = 93+179+107=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB36B is #A24C94. Grayscale: #919191. Windows color (decimal): -10636437 or 7058269. OLE color: 7058269.
HSL color Cylindrical-coordinate representation of color #5DB36B: hue angle of 129.77º 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 #5DB36B is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 107 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.30 |
| HSL | 129.77º | 0.36% | 0.53% | - |
| HSV(B) | 129.77º | 0.48% | 0.7% | - |
| XYZ | 23.29 | 35.63 | 19.56 | - |
| YUV | 145.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 107 | 0.48 | 0 | 0.40 | 0.30 | 129.77 | 0.36 | 0.53 |
| Hex | 5D | B3 | 6B | 30 | 0 | 28 | 1E | 82 | 24 | 35 |
| Octal | 135 | 263 | 153 | 60 | 0 | 50 | 36 | 202 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1101011 | 110000 | 0 | 101000 | 11110 | 10000010 | 100100 | 110101 |
Color Harmonies of #5DB36B
Complementary color
Monochromatic Colors of #5DB36B
Black with #5DB36B
Text Example
Text Example
White with #5DB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB36B; }
p { color: rgb(93,179,107); }
H1.HeaderClassName
{
color: #5DB36B;
}
.AnyTagClassName
{
color: #5DB36B;
}
</style>
background-color css
<style>
a { background-color: #5DB36B; }
a { background-color: rgb(93,179,107); }
div.DivClassName
{
background-color: #5DB36B;
}
.BgClassName
{
background-color: #5DB36B;
}
</style>
border-color css
<style>
span { border-color: #5DB36B; }
span { border-color: rgb(93,179,107); }
td.TdClassName
{
border-color: #5DB36B;
}
.TagClassName
{
border-color: #5DB36B;
}
</style>