Shades of Fern #5DB85B
Tints of Fern #5DB85B
RGB
CMYK
RGB Variations
Color information
#5DB85B (or 0x5DB85B) is known color: Fern. HEX triplet: 5D, B8 and 5B. RGB value is (93,184,91). Sum of RGB (Red+Green+Blue) = 93+184+91=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB85B is #A247A4. Grayscale: #929292. Windows color (decimal): -10635173 or 6010973. OLE color: 6010973.
HSL color Cylindrical-coordinate representation of color #5DB85B: hue angle of 118.71º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DB85B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 91 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.28 |
| HSL | 118.71º | 0.4% | 0.54% | - |
| HSV(B) | 118.71º | 0.51% | 0.72% | - |
| XYZ | 23.54 | 37.36 | 15.87 | - |
| YUV | 146.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 91 | 0.49 | 0 | 0.51 | 0.28 | 118.71 | 0.4 | 0.54 |
| Hex | 5D | B8 | 5B | 31 | 0 | 33 | 1C | 77 | 28 | 36 |
| Octal | 135 | 270 | 133 | 61 | 0 | 63 | 34 | 167 | 50 | 66 |
| Binary | 1011101 | 10111000 | 1011011 | 110001 | 0 | 110011 | 11100 | 1110111 | 101000 | 110110 |
Color Harmonies of #5DB85B
Complementary color
Monochromatic Colors of #5DB85B
Black with #5DB85B
Text Example
Text Example
White with #5DB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB85B; }
p { color: rgb(93,184,91); }
H1.HeaderClassName
{
color: #5DB85B;
}
.AnyTagClassName
{
color: #5DB85B;
}
</style>
background-color css
<style>
a { background-color: #5DB85B; }
a { background-color: rgb(93,184,91); }
div.DivClassName
{
background-color: #5DB85B;
}
.BgClassName
{
background-color: #5DB85B;
}
</style>
border-color css
<style>
span { border-color: #5DB85B; }
span { border-color: rgb(93,184,91); }
td.TdClassName
{
border-color: #5DB85B;
}
.TagClassName
{
border-color: #5DB85B;
}
</style>