Shades of Emerald #5DBB7E
Tints of Emerald #5DBB7E
RGB
CMYK
RGB Variations
Color information
#5DBB7E (or 0x5DBB7E) is known color: Emerald. HEX triplet: 5D, BB and 7E. RGB value is (93,187,126). Sum of RGB (Red+Green+Blue) = 93+187+126=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB7E is #A24481. Grayscale: #989898. Windows color (decimal): -10634370 or 8305501. OLE color: 8305501.
HSL color Cylindrical-coordinate representation of color #5DBB7E: hue angle of 141.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBB7E is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 126 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.27 |
| HSL | 141.06º | 0.41% | 0.55% | - |
| HSV(B) | 141.06º | 0.5% | 0.73% | - |
| XYZ | 26.05 | 39.37 | 25.97 | - |
| YUV | 151.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 126 | 0.50 | 0 | 0.33 | 0.27 | 141.06 | 0.41 | 0.55 |
| Hex | 5D | BB | 7E | 32 | 0 | 21 | 1B | 8D | 29 | 37 |
| Octal | 135 | 273 | 176 | 62 | 0 | 41 | 33 | 215 | 51 | 67 |
| Binary | 1011101 | 10111011 | 1111110 | 110010 | 0 | 100001 | 11011 | 10001101 | 101001 | 110111 |
Color Harmonies of #5DBB7E
Complementary color
Monochromatic Colors of #5DBB7E
Black with #5DBB7E
Text Example
Text Example
White with #5DBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB7E; }
p { color: rgb(93,187,126); }
H1.HeaderClassName
{
color: #5DBB7E;
}
.AnyTagClassName
{
color: #5DBB7E;
}
</style>
background-color css
<style>
a { background-color: #5DBB7E; }
a { background-color: rgb(93,187,126); }
div.DivClassName
{
background-color: #5DBB7E;
}
.BgClassName
{
background-color: #5DBB7E;
}
</style>
border-color css
<style>
span { border-color: #5DBB7E; }
span { border-color: rgb(93,187,126); }
td.TdClassName
{
border-color: #5DBB7E;
}
.TagClassName
{
border-color: #5DBB7E;
}
</style>