Shades of Fern #5DBA5B
Tints of Fern #5DBA5B
RGB
CMYK
RGB Variations
Color information
#5DBA5B (or 0x5DBA5B) is known color: Fern. HEX triplet: 5D, BA and 5B. RGB value is (93,186,91). Sum of RGB (Red+Green+Blue) = 93+186+91=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA5B is #A245A4. Grayscale: #939393. Windows color (decimal): -10634661 or 6011485. OLE color: 6011485.
HSL color Cylindrical-coordinate representation of color #5DBA5B: hue angle of 118.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBA5B is Cyan = 0.5, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 91 | - |
| CMYK | 0.5 | 0 | 0.51 | 0.27 |
| HSL | 118.74º | 0.41% | 0.54% | - |
| HSV(B) | 118.74º | 0.51% | 0.73% | - |
| XYZ | 23.96 | 38.2 | 16.01 | - |
| YUV | 147.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 91 | 0.5 | 0 | 0.51 | 0.27 | 118.74 | 0.41 | 0.54 |
| Hex | 5D | BA | 5B | 32 | 0 | 33 | 1B | 77 | 29 | 36 |
| Octal | 135 | 272 | 133 | 62 | 0 | 63 | 33 | 167 | 51 | 66 |
| Binary | 1011101 | 10111010 | 1011011 | 110010 | 0 | 110011 | 11011 | 1110111 | 101001 | 110110 |
Color Harmonies of #5DBA5B
Complementary color
Monochromatic Colors of #5DBA5B
Black with #5DBA5B
Text Example
Text Example
White with #5DBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA5B; }
p { color: rgb(93,186,91); }
H1.HeaderClassName
{
color: #5DBA5B;
}
.AnyTagClassName
{
color: #5DBA5B;
}
</style>
background-color css
<style>
a { background-color: #5DBA5B; }
a { background-color: rgb(93,186,91); }
div.DivClassName
{
background-color: #5DBA5B;
}
.BgClassName
{
background-color: #5DBA5B;
}
</style>
border-color css
<style>
span { border-color: #5DBA5B; }
span { border-color: rgb(93,186,91); }
td.TdClassName
{
border-color: #5DBA5B;
}
.TagClassName
{
border-color: #5DBA5B;
}
</style>