Shades of Emerald #5BD37D
Tints of Emerald #5BD37D
RGB
CMYK
RGB Variations
Color information
#5BD37D (or 0x5BD37D) is known color: Emerald. HEX triplet: 5B, D3 and 7D. RGB value is (91,211,125). Sum of RGB (Red+Green+Blue) = 91+211+125=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD37D is #A42C82. Grayscale: #A5A5A5. Windows color (decimal): -10759299 or 8246107. OLE color: 8246107.
HSL color Cylindrical-coordinate representation of color #5BD37D: hue angle of 137º 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 #5BD37D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 125 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.17 |
| HSL | 137º | 0.58% | 0.59% | - |
| HSV(B) | 137º | 0.57% | 0.83% | - |
| XYZ | 31.31 | 50.29 | 27.46 | - |
| YUV | 165.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 125 | 0.57 | 0 | 0.41 | 0.17 | 137 | 0.58 | 0.59 |
| Hex | 5B | D3 | 7D | 39 | 0 | 29 | 11 | 89 | 3A | 3B |
| Octal | 133 | 323 | 175 | 71 | 0 | 51 | 21 | 211 | 72 | 73 |
| Binary | 1011011 | 11010011 | 1111101 | 111001 | 0 | 101001 | 10001 | 10001001 | 111010 | 111011 |
Color Harmonies of #5BD37D
Complementary color
Monochromatic Colors of #5BD37D
Black with #5BD37D
Text Example
Text Example
White with #5BD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD37D; }
p { color: rgb(91,211,125); }
H1.HeaderClassName
{
color: #5BD37D;
}
.AnyTagClassName
{
color: #5BD37D;
}
</style>
background-color css
<style>
a { background-color: #5BD37D; }
a { background-color: rgb(91,211,125); }
div.DivClassName
{
background-color: #5BD37D;
}
.BgClassName
{
background-color: #5BD37D;
}
</style>
border-color css
<style>
span { border-color: #5BD37D; }
span { border-color: rgb(91,211,125); }
td.TdClassName
{
border-color: #5BD37D;
}
.TagClassName
{
border-color: #5BD37D;
}
</style>