Shades of Emerald #5BDE81
Tints of Emerald #5BDE81
RGB
CMYK
RGB Variations
Color information
#5BDE81 (or 0x5BDE81) is known color: Emerald. HEX triplet: 5B, DE and 81. RGB value is (91,222,129). Sum of RGB (Red+Green+Blue) = 91+222+129=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDE81 is #A4217E. Grayscale: #ACACAC. Windows color (decimal): -10756479 or 8511067. OLE color: 8511067.
HSL color Cylindrical-coordinate representation of color #5BDE81: hue angle of 137.4º 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 #5BDE81 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 129 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.13 |
| HSL | 137.4º | 0.66% | 0.61% | - |
| HSV(B) | 137.4º | 0.59% | 0.87% | - |
| XYZ | 34.4 | 56.05 | 29.77 | - |
| YUV | 172.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 129 | 0.59 | 0 | 0.42 | 0.13 | 137.4 | 0.66 | 0.61 |
| Hex | 5B | DE | 81 | 3B | 0 | 2A | D | 89 | 42 | 3D |
| Octal | 133 | 336 | 201 | 73 | 0 | 52 | 15 | 211 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10000001 | 111011 | 0 | 101010 | 1101 | 10001001 | 1000010 | 111101 |
Color Harmonies of #5BDE81
Complementary color
Monochromatic Colors of #5BDE81
Black with #5BDE81
Text Example
Text Example
White with #5BDE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDE81; }
p { color: rgb(91,222,129); }
H1.HeaderClassName
{
color: #5BDE81;
}
.AnyTagClassName
{
color: #5BDE81;
}
</style>
background-color css
<style>
a { background-color: #5BDE81; }
a { background-color: rgb(91,222,129); }
div.DivClassName
{
background-color: #5BDE81;
}
.BgClassName
{
background-color: #5BDE81;
}
</style>
border-color css
<style>
span { border-color: #5BDE81; }
span { border-color: rgb(91,222,129); }
td.TdClassName
{
border-color: #5BDE81;
}
.TagClassName
{
border-color: #5BDE81;
}
</style>