Shades of Emerald #5BD271
Tints of Emerald #5BD271
RGB
CMYK
RGB Variations
Color information
#5BD271 (or 0x5BD271) is known color: Emerald. HEX triplet: 5B, D2 and 71. RGB value is (91,210,113). Sum of RGB (Red+Green+Blue) = 91+210+113=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD271 is #A42D8E. Grayscale: #A3A3A3. Windows color (decimal): -10759567 or 7459419. OLE color: 7459419.
HSL color Cylindrical-coordinate representation of color #5BD271: hue angle of 131.09º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD271 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 113 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.18 |
| HSL | 131.09º | 0.57% | 0.59% | - |
| HSV(B) | 131.09º | 0.57% | 0.82% | - |
| XYZ | 30.34 | 49.51 | 23.58 | - |
| YUV | 163.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 113 | 0.57 | 0 | 0.46 | 0.18 | 131.09 | 0.57 | 0.59 |
| Hex | 5B | D2 | 71 | 39 | 0 | 2E | 12 | 83 | 39 | 3B |
| Octal | 133 | 322 | 161 | 71 | 0 | 56 | 22 | 203 | 71 | 73 |
| Binary | 1011011 | 11010010 | 1110001 | 111001 | 0 | 101110 | 10010 | 10000011 | 111001 | 111011 |
Color Harmonies of #5BD271
Complementary color
Monochromatic Colors of #5BD271
Black with #5BD271
Text Example
Text Example
White with #5BD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD271; }
p { color: rgb(91,210,113); }
H1.HeaderClassName
{
color: #5BD271;
}
.AnyTagClassName
{
color: #5BD271;
}
</style>
background-color css
<style>
a { background-color: #5BD271; }
a { background-color: rgb(91,210,113); }
div.DivClassName
{
background-color: #5BD271;
}
.BgClassName
{
background-color: #5BD271;
}
</style>
border-color css
<style>
span { border-color: #5BD271; }
span { border-color: rgb(91,210,113); }
td.TdClassName
{
border-color: #5BD271;
}
.TagClassName
{
border-color: #5BD271;
}
</style>