Shades of Emerald #5BD47D
Tints of Emerald #5BD47D
RGB
CMYK
RGB Variations
Color information
#5BD47D (or 0x5BD47D) is known color: Emerald. HEX triplet: 5B, D4 and 7D. RGB value is (91,212,125). Sum of RGB (Red+Green+Blue) = 91+212+125=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD47D is #A42B82. Grayscale: #A6A6A6. Windows color (decimal): -10759043 or 8246363. OLE color: 8246363.
HSL color Cylindrical-coordinate representation of color #5BD47D: hue angle of 136.86º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD47D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 125 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.17 |
| HSL | 136.86º | 0.58% | 0.59% | - |
| HSV(B) | 136.86º | 0.57% | 0.83% | - |
| XYZ | 31.56 | 50.79 | 27.54 | - |
| YUV | 165.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 125 | 0.57 | 0 | 0.41 | 0.17 | 136.86 | 0.58 | 0.59 |
| Hex | 5B | D4 | 7D | 39 | 0 | 29 | 11 | 89 | 3A | 3B |
| Octal | 133 | 324 | 175 | 71 | 0 | 51 | 21 | 211 | 72 | 73 |
| Binary | 1011011 | 11010100 | 1111101 | 111001 | 0 | 101001 | 10001 | 10001001 | 111010 | 111011 |
Color Harmonies of #5BD47D
Complementary color
Monochromatic Colors of #5BD47D
Black with #5BD47D
Text Example
Text Example
White with #5BD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD47D; }
p { color: rgb(91,212,125); }
H1.HeaderClassName
{
color: #5BD47D;
}
.AnyTagClassName
{
color: #5BD47D;
}
</style>
background-color css
<style>
a { background-color: #5BD47D; }
a { background-color: rgb(91,212,125); }
div.DivClassName
{
background-color: #5BD47D;
}
.BgClassName
{
background-color: #5BD47D;
}
</style>
border-color css
<style>
span { border-color: #5BD47D; }
span { border-color: rgb(91,212,125); }
td.TdClassName
{
border-color: #5BD47D;
}
.TagClassName
{
border-color: #5BD47D;
}
</style>