Shades of Emerald #5BD57A
Tints of Emerald #5BD57A
RGB
CMYK
RGB Variations
Color information
#5BD57A (or 0x5BD57A) is known color: Emerald. HEX triplet: 5B, D5 and 7A. RGB value is (91,213,122). Sum of RGB (Red+Green+Blue) = 91+213+122=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD57A is #A42A85. Grayscale: #A6A6A6. Windows color (decimal): -10758790 or 8050011. OLE color: 8050011.
HSL color Cylindrical-coordinate representation of color #5BD57A: hue angle of 135.25º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD57A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 122 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.16 |
| HSL | 135.25º | 0.59% | 0.6% | - |
| HSV(B) | 135.25º | 0.57% | 0.84% | - |
| XYZ | 31.62 | 51.22 | 26.63 | - |
| YUV | 166.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 122 | 0.57 | 0 | 0.43 | 0.16 | 135.25 | 0.59 | 0.6 |
| Hex | 5B | D5 | 7A | 39 | 0 | 2B | 10 | 87 | 3B | 3C |
| Octal | 133 | 325 | 172 | 71 | 0 | 53 | 20 | 207 | 73 | 74 |
| Binary | 1011011 | 11010101 | 1111010 | 111001 | 0 | 101011 | 10000 | 10000111 | 111011 | 111100 |
Color Harmonies of #5BD57A
Complementary color
Monochromatic Colors of #5BD57A
Black with #5BD57A
Text Example
Text Example
White with #5BD57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD57A; }
p { color: rgb(91,213,122); }
H1.HeaderClassName
{
color: #5BD57A;
}
.AnyTagClassName
{
color: #5BD57A;
}
</style>
background-color css
<style>
a { background-color: #5BD57A; }
a { background-color: rgb(91,213,122); }
div.DivClassName
{
background-color: #5BD57A;
}
.BgClassName
{
background-color: #5BD57A;
}
</style>
border-color css
<style>
span { border-color: #5BD57A; }
span { border-color: rgb(91,213,122); }
td.TdClassName
{
border-color: #5BD57A;
}
.TagClassName
{
border-color: #5BD57A;
}
</style>