Shades of Emerald #5BD171
Tints of Emerald #5BD171
RGB
CMYK
RGB Variations
Color information
#5BD171 (or 0x5BD171) is known color: Emerald. HEX triplet: 5B, D1 and 71. RGB value is (91,209,113). Sum of RGB (Red+Green+Blue) = 91+209+113=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD171 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD171 is #A42E8E. Grayscale: #A3A3A3. Windows color (decimal): -10759823 or 7459163. OLE color: 7459163.
HSL color Cylindrical-coordinate representation of color #5BD171: hue angle of 131.19º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD171 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 209 | 113 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.18 |
| HSL | 131.19º | 0.56% | 0.59% | - |
| HSV(B) | 131.19º | 0.56% | 0.82% | - |
| XYZ | 30.1 | 49.02 | 23.5 | - |
| YUV | 162.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 209 | 113 | 0.56 | 0 | 0.46 | 0.18 | 131.19 | 0.56 | 0.59 |
| Hex | 5B | D1 | 71 | 38 | 0 | 2E | 12 | 83 | 38 | 3B |
| Octal | 133 | 321 | 161 | 70 | 0 | 56 | 22 | 203 | 70 | 73 |
| Binary | 1011011 | 11010001 | 1110001 | 111000 | 0 | 101110 | 10010 | 10000011 | 111000 | 111011 |
Color Harmonies of #5BD171
Complementary color
Monochromatic Colors of #5BD171
Black with #5BD171
Text Example
Text Example
White with #5BD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD171; }
p { color: rgb(91,209,113); }
H1.HeaderClassName
{
color: #5BD171;
}
.AnyTagClassName
{
color: #5BD171;
}
</style>
background-color css
<style>
a { background-color: #5BD171; }
a { background-color: rgb(91,209,113); }
div.DivClassName
{
background-color: #5BD171;
}
.BgClassName
{
background-color: #5BD171;
}
</style>
border-color css
<style>
span { border-color: #5BD171; }
span { border-color: rgb(91,209,113); }
td.TdClassName
{
border-color: #5BD171;
}
.TagClassName
{
border-color: #5BD171;
}
</style>