Shades of Emerald #5BDC70
Tints of Emerald #5BDC70
RGB
CMYK
RGB Variations
Color information
#5BDC70 (or 0x5BDC70) is known color: Emerald. HEX triplet: 5B, DC and 70. RGB value is (91,220,112). Sum of RGB (Red+Green+Blue) = 91+220+112=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC70 is #A4238F. Grayscale: #A9A9A9. Windows color (decimal): -10757008 or 7396443. OLE color: 7396443.
HSL color Cylindrical-coordinate representation of color #5BDC70: hue angle of 129.77º 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 #5BDC70 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 112 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.14 |
| HSL | 129.77º | 0.65% | 0.61% | - |
| HSV(B) | 129.77º | 0.59% | 0.86% | - |
| XYZ | 32.83 | 54.58 | 24.13 | - |
| YUV | 169.12 | 95.76 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 112 | 0.59 | 0 | 0.49 | 0.14 | 129.77 | 0.65 | 0.61 |
| Hex | 5B | DC | 70 | 3B | 0 | 31 | E | 82 | 41 | 3D |
| Octal | 133 | 334 | 160 | 73 | 0 | 61 | 16 | 202 | 101 | 75 |
| Binary | 1011011 | 11011100 | 1110000 | 111011 | 0 | 110001 | 1110 | 10000010 | 1000001 | 111101 |
Color Harmonies of #5BDC70
Complementary color
Monochromatic Colors of #5BDC70
Black with #5BDC70
Text Example
Text Example
White with #5BDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC70; }
p { color: rgb(91,220,112); }
H1.HeaderClassName
{
color: #5BDC70;
}
.AnyTagClassName
{
color: #5BDC70;
}
</style>
background-color css
<style>
a { background-color: #5BDC70; }
a { background-color: rgb(91,220,112); }
div.DivClassName
{
background-color: #5BDC70;
}
.BgClassName
{
background-color: #5BDC70;
}
</style>
border-color css
<style>
span { border-color: #5BDC70; }
span { border-color: rgb(91,220,112); }
td.TdClassName
{
border-color: #5BDC70;
}
.TagClassName
{
border-color: #5BDC70;
}
</style>