Shades of Fern #5DBD5B
Tints of Fern #5DBD5B
RGB
CMYK
RGB Variations
Color information
#5DBD5B (or 0x5DBD5B) is known color: Fern. HEX triplet: 5D, BD and 5B. RGB value is (93,189,91). Sum of RGB (Red+Green+Blue) = 93+189+91=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD5B is #A242A4. Grayscale: #959595. Windows color (decimal): -10633893 or 6012253. OLE color: 6012253.
HSL color Cylindrical-coordinate representation of color #5DBD5B: hue angle of 118.78º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DBD5B is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 91 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.26 |
| HSL | 118.78º | 0.43% | 0.55% | - |
| HSV(B) | 118.78º | 0.52% | 0.74% | - |
| XYZ | 24.6 | 39.48 | 16.22 | - |
| YUV | 149.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 91 | 0.51 | 0 | 0.52 | 0.26 | 118.78 | 0.43 | 0.55 |
| Hex | 5D | BD | 5B | 33 | 0 | 34 | 1A | 77 | 2B | 37 |
| Octal | 135 | 275 | 133 | 63 | 0 | 64 | 32 | 167 | 53 | 67 |
| Binary | 1011101 | 10111101 | 1011011 | 110011 | 0 | 110100 | 11010 | 1110111 | 101011 | 110111 |
Color Harmonies of #5DBD5B
Complementary color
Monochromatic Colors of #5DBD5B
Black with #5DBD5B
Text Example
Text Example
White with #5DBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD5B; }
p { color: rgb(93,189,91); }
H1.HeaderClassName
{
color: #5DBD5B;
}
.AnyTagClassName
{
color: #5DBD5B;
}
</style>
background-color css
<style>
a { background-color: #5DBD5B; }
a { background-color: rgb(93,189,91); }
div.DivClassName
{
background-color: #5DBD5B;
}
.BgClassName
{
background-color: #5DBD5B;
}
</style>
border-color css
<style>
span { border-color: #5DBD5B; }
span { border-color: rgb(93,189,91); }
td.TdClassName
{
border-color: #5DBD5B;
}
.TagClassName
{
border-color: #5DBD5B;
}
</style>