Shades of Emerald #5BDD81
Tints of Emerald #5BDD81
RGB
CMYK
RGB Variations
Color information
#5BDD81 (or 0x5BDD81) is known color: Emerald. HEX triplet: 5B, DD and 81. RGB value is (91,221,129). Sum of RGB (Red+Green+Blue) = 91+221+129=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDD81 is #A4227E. Grayscale: #ABABAB. Windows color (decimal): -10756735 or 8510811. OLE color: 8510811.
HSL color Cylindrical-coordinate representation of color #5BDD81: hue angle of 137.54º 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 #5BDD81 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 129 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.13 |
| HSL | 137.54º | 0.66% | 0.61% | - |
| HSV(B) | 137.54º | 0.59% | 0.87% | - |
| XYZ | 34.13 | 55.52 | 29.69 | - |
| YUV | 171.64 | 103.93 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 129 | 0.59 | 0 | 0.42 | 0.13 | 137.54 | 0.66 | 0.61 |
| Hex | 5B | DD | 81 | 3B | 0 | 2A | D | 8A | 42 | 3D |
| Octal | 133 | 335 | 201 | 73 | 0 | 52 | 15 | 212 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10000001 | 111011 | 0 | 101010 | 1101 | 10001010 | 1000010 | 111101 |
Color Harmonies of #5BDD81
Complementary color
Monochromatic Colors of #5BDD81
Black with #5BDD81
Text Example
Text Example
White with #5BDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD81; }
p { color: rgb(91,221,129); }
H1.HeaderClassName
{
color: #5BDD81;
}
.AnyTagClassName
{
color: #5BDD81;
}
</style>
background-color css
<style>
a { background-color: #5BDD81; }
a { background-color: rgb(91,221,129); }
div.DivClassName
{
background-color: #5BDD81;
}
.BgClassName
{
background-color: #5BDD81;
}
</style>
border-color css
<style>
span { border-color: #5BDD81; }
span { border-color: rgb(91,221,129); }
td.TdClassName
{
border-color: #5BDD81;
}
.TagClassName
{
border-color: #5BDD81;
}
</style>