Shades of Emerald #5BDD88
Tints of Emerald #5BDD88
RGB
CMYK
RGB Variations
Color information
#5BDD88 (or 0x5BDD88) is known color: Emerald. HEX triplet: 5B, DD and 88. RGB value is (91,221,136). Sum of RGB (Red+Green+Blue) = 91+221+136=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDD88 is #A42277. Grayscale: #ACACAC. Windows color (decimal): -10756728 or 8969563. OLE color: 8969563.
HSL color Cylindrical-coordinate representation of color #5BDD88: hue angle of 140.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 #5BDD88 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 136 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.13 |
| HSL | 140.77º | 0.66% | 0.61% | - |
| HSV(B) | 140.77º | 0.59% | 0.87% | - |
| XYZ | 34.61 | 55.71 | 32.22 | - |
| YUV | 172.44 | 107.43 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 136 | 0.59 | 0 | 0.38 | 0.13 | 140.77 | 0.66 | 0.61 |
| Hex | 5B | DD | 88 | 3B | 0 | 26 | D | 8D | 42 | 3D |
| Octal | 133 | 335 | 210 | 73 | 0 | 46 | 15 | 215 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10001000 | 111011 | 0 | 100110 | 1101 | 10001101 | 1000010 | 111101 |
Color Harmonies of #5BDD88
Complementary color
Monochromatic Colors of #5BDD88
Black with #5BDD88
Text Example
Text Example
White with #5BDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD88; }
p { color: rgb(91,221,136); }
H1.HeaderClassName
{
color: #5BDD88;
}
.AnyTagClassName
{
color: #5BDD88;
}
</style>
background-color css
<style>
a { background-color: #5BDD88; }
a { background-color: rgb(91,221,136); }
div.DivClassName
{
background-color: #5BDD88;
}
.BgClassName
{
background-color: #5BDD88;
}
</style>
border-color css
<style>
span { border-color: #5BDD88; }
span { border-color: rgb(91,221,136); }
td.TdClassName
{
border-color: #5BDD88;
}
.TagClassName
{
border-color: #5BDD88;
}
</style>