Shades of Emerald #5BDC7A
Tints of Emerald #5BDC7A
RGB
CMYK
RGB Variations
Color information
#5BDC7A (or 0x5BDC7A) is known color: Emerald. HEX triplet: 5B, DC and 7A. RGB value is (91,220,122). Sum of RGB (Red+Green+Blue) = 91+220+122=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC7A is #A42385. Grayscale: #AAAAAA. Windows color (decimal): -10756998 or 8051803. OLE color: 8051803.
HSL color Cylindrical-coordinate representation of color #5BDC7A: hue angle of 134.42º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC7A is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 122 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.14 |
| HSL | 134.42º | 0.65% | 0.61% | - |
| HSV(B) | 134.42º | 0.59% | 0.86% | - |
| XYZ | 33.42 | 54.82 | 27.23 | - |
| YUV | 170.26 | 100.76 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 122 | 0.59 | 0 | 0.45 | 0.14 | 134.42 | 0.65 | 0.61 |
| Hex | 5B | DC | 7A | 3B | 0 | 2D | E | 86 | 41 | 3D |
| Octal | 133 | 334 | 172 | 73 | 0 | 55 | 16 | 206 | 101 | 75 |
| Binary | 1011011 | 11011100 | 1111010 | 111011 | 0 | 101101 | 1110 | 10000110 | 1000001 | 111101 |
Color Harmonies of #5BDC7A
Complementary color
Monochromatic Colors of #5BDC7A
Black with #5BDC7A
Text Example
Text Example
White with #5BDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC7A; }
p { color: rgb(91,220,122); }
H1.HeaderClassName
{
color: #5BDC7A;
}
.AnyTagClassName
{
color: #5BDC7A;
}
</style>
background-color css
<style>
a { background-color: #5BDC7A; }
a { background-color: rgb(91,220,122); }
div.DivClassName
{
background-color: #5BDC7A;
}
.BgClassName
{
background-color: #5BDC7A;
}
</style>
border-color css
<style>
span { border-color: #5BDC7A; }
span { border-color: rgb(91,220,122); }
td.TdClassName
{
border-color: #5BDC7A;
}
.TagClassName
{
border-color: #5BDC7A;
}
</style>