Shades of Emerald #5BDD7B
Tints of Emerald #5BDD7B
RGB
CMYK
RGB Variations
Color information
#5BDD7B (or 0x5BDD7B) is known color: Emerald. HEX triplet: 5B, DD and 7B. RGB value is (91,221,123). Sum of RGB (Red+Green+Blue) = 91+221+123=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDD7B is #A42284. Grayscale: #ABABAB. Windows color (decimal): -10756741 or 8117595. OLE color: 8117595.
HSL color Cylindrical-coordinate representation of color #5BDD7B: hue angle of 134.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDD7B is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 123 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.13 |
| HSL | 134.77º | 0.66% | 0.61% | - |
| HSV(B) | 134.77º | 0.59% | 0.87% | - |
| XYZ | 33.75 | 55.37 | 27.65 | - |
| YUV | 170.96 | 100.93 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 123 | 0.59 | 0 | 0.44 | 0.13 | 134.77 | 0.66 | 0.61 |
| Hex | 5B | DD | 7B | 3B | 0 | 2C | D | 87 | 42 | 3D |
| Octal | 133 | 335 | 173 | 73 | 0 | 54 | 15 | 207 | 102 | 75 |
| Binary | 1011011 | 11011101 | 1111011 | 111011 | 0 | 101100 | 1101 | 10000111 | 1000010 | 111101 |
Color Harmonies of #5BDD7B
Complementary color
Monochromatic Colors of #5BDD7B
Black with #5BDD7B
Text Example
Text Example
White with #5BDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD7B; }
p { color: rgb(91,221,123); }
H1.HeaderClassName
{
color: #5BDD7B;
}
.AnyTagClassName
{
color: #5BDD7B;
}
</style>
background-color css
<style>
a { background-color: #5BDD7B; }
a { background-color: rgb(91,221,123); }
div.DivClassName
{
background-color: #5BDD7B;
}
.BgClassName
{
background-color: #5BDD7B;
}
</style>
border-color css
<style>
span { border-color: #5BDD7B; }
span { border-color: rgb(91,221,123); }
td.TdClassName
{
border-color: #5BDD7B;
}
.TagClassName
{
border-color: #5BDD7B;
}
</style>