Shades of Emerald #5BDA71
Tints of Emerald #5BDA71
RGB
CMYK
RGB Variations
Color information
#5BDA71 (or 0x5BDA71) is known color: Emerald. HEX triplet: 5B, DA and 71. RGB value is (91,218,113). Sum of RGB (Red+Green+Blue) = 91+218+113=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA71 is #A4258E. Grayscale: #A8A8A8. Windows color (decimal): -10757519 or 7461467. OLE color: 7461467.
HSL color Cylindrical-coordinate representation of color #5BDA71: hue angle of 130.39º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDA71 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 113 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.15 |
| HSL | 130.39º | 0.63% | 0.61% | - |
| HSV(B) | 130.39º | 0.58% | 0.85% | - |
| XYZ | 32.37 | 53.56 | 24.25 | - |
| YUV | 168.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 113 | 0.58 | 0 | 0.48 | 0.15 | 130.39 | 0.63 | 0.61 |
| Hex | 5B | DA | 71 | 3A | 0 | 30 | F | 82 | 3F | 3D |
| Octal | 133 | 332 | 161 | 72 | 0 | 60 | 17 | 202 | 77 | 75 |
| Binary | 1011011 | 11011010 | 1110001 | 111010 | 0 | 110000 | 1111 | 10000010 | 111111 | 111101 |
Color Harmonies of #5BDA71
Complementary color
Monochromatic Colors of #5BDA71
Black with #5BDA71
Text Example
Text Example
White with #5BDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA71; }
p { color: rgb(91,218,113); }
H1.HeaderClassName
{
color: #5BDA71;
}
.AnyTagClassName
{
color: #5BDA71;
}
</style>
background-color css
<style>
a { background-color: #5BDA71; }
a { background-color: rgb(91,218,113); }
div.DivClassName
{
background-color: #5BDA71;
}
.BgClassName
{
background-color: #5BDA71;
}
</style>
border-color css
<style>
span { border-color: #5BDA71; }
span { border-color: rgb(91,218,113); }
td.TdClassName
{
border-color: #5BDA71;
}
.TagClassName
{
border-color: #5BDA71;
}
</style>