Shades of Emerald #5DBD76
Tints of Emerald #5DBD76
RGB
CMYK
RGB Variations
Color information
#5DBD76 (or 0x5DBD76) is known color: Emerald. HEX triplet: 5D, BD and 76. RGB value is (93,189,118). Sum of RGB (Red+Green+Blue) = 93+189+118=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD76 is #A24289. Grayscale: #989898. Windows color (decimal): -10633866 or 7781725. OLE color: 7781725.
HSL color Cylindrical-coordinate representation of color #5DBD76: hue angle of 135.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBD76 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 118 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.26 |
| HSL | 135.63º | 0.42% | 0.55% | - |
| HSV(B) | 135.63º | 0.51% | 0.74% | - |
| XYZ | 25.98 | 40.03 | 23.5 | - |
| YUV | 152.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 118 | 0.51 | 0 | 0.38 | 0.26 | 135.63 | 0.42 | 0.55 |
| Hex | 5D | BD | 76 | 33 | 0 | 26 | 1A | 88 | 2A | 37 |
| Octal | 135 | 275 | 166 | 63 | 0 | 46 | 32 | 210 | 52 | 67 |
| Binary | 1011101 | 10111101 | 1110110 | 110011 | 0 | 100110 | 11010 | 10001000 | 101010 | 110111 |
Color Harmonies of #5DBD76
Complementary color
Monochromatic Colors of #5DBD76
Black with #5DBD76
Text Example
Text Example
White with #5DBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD76; }
p { color: rgb(93,189,118); }
H1.HeaderClassName
{
color: #5DBD76;
}
.AnyTagClassName
{
color: #5DBD76;
}
</style>
background-color css
<style>
a { background-color: #5DBD76; }
a { background-color: rgb(93,189,118); }
div.DivClassName
{
background-color: #5DBD76;
}
.BgClassName
{
background-color: #5DBD76;
}
</style>
border-color css
<style>
span { border-color: #5DBD76; }
span { border-color: rgb(93,189,118); }
td.TdClassName
{
border-color: #5DBD76;
}
.TagClassName
{
border-color: #5DBD76;
}
</style>