Shades of Emerald #5BDD7A
Tints of Emerald #5BDD7A
RGB
CMYK
RGB Variations
Color information
#5BDD7A (or 0x5BDD7A) is known color: Emerald. HEX triplet: 5B, DD and 7A. RGB value is (91,221,122). Sum of RGB (Red+Green+Blue) = 91+221+122=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDD7A is #A42285. Grayscale: #ABABAB. Windows color (decimal): -10756742 or 8052059. OLE color: 8052059.
HSL color Cylindrical-coordinate representation of color #5BDD7A: hue angle of 134.31º 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 #5BDD7A is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 122 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.13 |
| HSL | 134.31º | 0.66% | 0.61% | - |
| HSV(B) | 134.31º | 0.59% | 0.87% | - |
| XYZ | 33.68 | 55.34 | 27.32 | - |
| YUV | 170.84 | 100.43 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 122 | 0.59 | 0 | 0.45 | 0.13 | 134.31 | 0.66 | 0.61 |
| Hex | 5B | DD | 7A | 3B | 0 | 2D | D | 86 | 42 | 3D |
| Octal | 133 | 335 | 172 | 73 | 0 | 55 | 15 | 206 | 102 | 75 |
| Binary | 1011011 | 11011101 | 1111010 | 111011 | 0 | 101101 | 1101 | 10000110 | 1000010 | 111101 |
Color Harmonies of #5BDD7A
Complementary color
Monochromatic Colors of #5BDD7A
Black with #5BDD7A
Text Example
Text Example
White with #5BDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD7A; }
p { color: rgb(91,221,122); }
H1.HeaderClassName
{
color: #5BDD7A;
}
.AnyTagClassName
{
color: #5BDD7A;
}
</style>
background-color css
<style>
a { background-color: #5BDD7A; }
a { background-color: rgb(91,221,122); }
div.DivClassName
{
background-color: #5BDD7A;
}
.BgClassName
{
background-color: #5BDD7A;
}
</style>
border-color css
<style>
span { border-color: #5BDD7A; }
span { border-color: rgb(91,221,122); }
td.TdClassName
{
border-color: #5BDD7A;
}
.TagClassName
{
border-color: #5BDD7A;
}
</style>