Shades of Emerald #5BDC8D
Tints of Emerald #5BDC8D
RGB
CMYK
RGB Variations
Color information
#5BDC8D (or 0x5BDC8D) is known color: Emerald. HEX triplet: 5B, DC and 8D. RGB value is (91,220,141). Sum of RGB (Red+Green+Blue) = 91+220+141=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDC8D is #A42372. Grayscale: #ACACAC. Windows color (decimal): -10756979 or 9296987. OLE color: 9296987.
HSL color Cylindrical-coordinate representation of color #5BDC8D: hue angle of 143.26º 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 #5BDC8D is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 141 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.14 |
| HSL | 143.26º | 0.65% | 0.61% | - |
| HSV(B) | 143.26º | 0.59% | 0.86% | - |
| XYZ | 34.72 | 55.33 | 34.05 | - |
| YUV | 172.42 | 110.26 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 141 | 0.59 | 0 | 0.36 | 0.14 | 143.26 | 0.65 | 0.61 |
| Hex | 5B | DC | 8D | 3B | 0 | 24 | E | 8F | 41 | 3D |
| Octal | 133 | 334 | 215 | 73 | 0 | 44 | 16 | 217 | 101 | 75 |
| Binary | 1011011 | 11011100 | 10001101 | 111011 | 0 | 100100 | 1110 | 10001111 | 1000001 | 111101 |
Color Harmonies of #5BDC8D
Complementary color
Monochromatic Colors of #5BDC8D
Black with #5BDC8D
Text Example
Text Example
White with #5BDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC8D; }
p { color: rgb(91,220,141); }
H1.HeaderClassName
{
color: #5BDC8D;
}
.AnyTagClassName
{
color: #5BDC8D;
}
</style>
background-color css
<style>
a { background-color: #5BDC8D; }
a { background-color: rgb(91,220,141); }
div.DivClassName
{
background-color: #5BDC8D;
}
.BgClassName
{
background-color: #5BDC8D;
}
</style>
border-color css
<style>
span { border-color: #5BDC8D; }
span { border-color: rgb(91,220,141); }
td.TdClassName
{
border-color: #5BDC8D;
}
.TagClassName
{
border-color: #5BDC8D;
}
</style>