Shades of Emerald #5BDE7A
Tints of Emerald #5BDE7A
RGB
CMYK
RGB Variations
Color information
#5BDE7A (or 0x5BDE7A) is known color: Emerald. HEX triplet: 5B, DE and 7A. RGB value is (91,222,122). Sum of RGB (Red+Green+Blue) = 91+222+122=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDE7A is #A42185. Grayscale: #ABABAB. Windows color (decimal): -10756486 or 8052315. OLE color: 8052315.
HSL color Cylindrical-coordinate representation of color #5BDE7A: hue angle of 134.2º 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 #5BDE7A is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 122 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.13 |
| HSL | 134.2º | 0.66% | 0.61% | - |
| HSV(B) | 134.2º | 0.59% | 0.87% | - |
| XYZ | 33.95 | 55.87 | 27.41 | - |
| YUV | 171.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 122 | 0.59 | 0 | 0.45 | 0.13 | 134.2 | 0.66 | 0.61 |
| Hex | 5B | DE | 7A | 3B | 0 | 2D | D | 86 | 42 | 3D |
| Octal | 133 | 336 | 172 | 73 | 0 | 55 | 15 | 206 | 102 | 75 |
| Binary | 1011011 | 11011110 | 1111010 | 111011 | 0 | 101101 | 1101 | 10000110 | 1000010 | 111101 |
Color Harmonies of #5BDE7A
Complementary color
Monochromatic Colors of #5BDE7A
Black with #5BDE7A
Text Example
Text Example
White with #5BDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDE7A; }
p { color: rgb(91,222,122); }
H1.HeaderClassName
{
color: #5BDE7A;
}
.AnyTagClassName
{
color: #5BDE7A;
}
</style>
background-color css
<style>
a { background-color: #5BDE7A; }
a { background-color: rgb(91,222,122); }
div.DivClassName
{
background-color: #5BDE7A;
}
.BgClassName
{
background-color: #5BDE7A;
}
</style>
border-color css
<style>
span { border-color: #5BDE7A; }
span { border-color: rgb(91,222,122); }
td.TdClassName
{
border-color: #5BDE7A;
}
.TagClassName
{
border-color: #5BDE7A;
}
</style>