Shades of Emerald #5BDA7A
Tints of Emerald #5BDA7A
RGB
CMYK
RGB Variations
Color information
#5BDA7A (or 0x5BDA7A) is known color: Emerald. HEX triplet: 5B, DA and 7A. RGB value is (91,218,122). Sum of RGB (Red+Green+Blue) = 91+218+122=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA7A is #A42585. Grayscale: #A9A9A9. Windows color (decimal): -10757510 or 8051291. OLE color: 8051291.
HSL color Cylindrical-coordinate representation of color #5BDA7A: hue angle of 134.65º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDA7A is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 122 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.15 |
| HSL | 134.65º | 0.63% | 0.61% | - |
| HSV(B) | 134.65º | 0.58% | 0.85% | - |
| XYZ | 32.9 | 53.77 | 27.06 | - |
| YUV | 169.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 122 | 0.58 | 0 | 0.44 | 0.15 | 134.65 | 0.63 | 0.61 |
| Hex | 5B | DA | 7A | 3A | 0 | 2C | F | 87 | 3F | 3D |
| Octal | 133 | 332 | 172 | 72 | 0 | 54 | 17 | 207 | 77 | 75 |
| Binary | 1011011 | 11011010 | 1111010 | 111010 | 0 | 101100 | 1111 | 10000111 | 111111 | 111101 |
Color Harmonies of #5BDA7A
Complementary color
Monochromatic Colors of #5BDA7A
Black with #5BDA7A
Text Example
Text Example
White with #5BDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA7A; }
p { color: rgb(91,218,122); }
H1.HeaderClassName
{
color: #5BDA7A;
}
.AnyTagClassName
{
color: #5BDA7A;
}
</style>
background-color css
<style>
a { background-color: #5BDA7A; }
a { background-color: rgb(91,218,122); }
div.DivClassName
{
background-color: #5BDA7A;
}
.BgClassName
{
background-color: #5BDA7A;
}
</style>
border-color css
<style>
span { border-color: #5BDA7A; }
span { border-color: rgb(91,218,122); }
td.TdClassName
{
border-color: #5BDA7A;
}
.TagClassName
{
border-color: #5BDA7A;
}
</style>