Shades of Emerald #5BCA80
Tints of Emerald #5BCA80
RGB
CMYK
RGB Variations
Color information
#5BCA80 (or 0x5BCA80) is known color: Emerald. HEX triplet: 5B, CA and 80. RGB value is (91,202,128). Sum of RGB (Red+Green+Blue) = 91+202+128=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCA80 is #A4357F. Grayscale: #A0A0A0. Windows color (decimal): -10761600 or 8440411. OLE color: 8440411.
HSL color Cylindrical-coordinate representation of color #5BCA80: hue angle of 140º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCA80 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 128 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.21 |
| HSL | 140º | 0.51% | 0.57% | - |
| HSV(B) | 140º | 0.55% | 0.79% | - |
| XYZ | 29.33 | 46.02 | 27.76 | - |
| YUV | 160.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 128 | 0.55 | 0 | 0.37 | 0.21 | 140 | 0.51 | 0.57 |
| Hex | 5B | CA | 80 | 37 | 0 | 25 | 15 | 8C | 33 | 39 |
| Octal | 133 | 312 | 200 | 67 | 0 | 45 | 25 | 214 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10000000 | 110111 | 0 | 100101 | 10101 | 10001100 | 110011 | 111001 |
Color Harmonies of #5BCA80
Complementary color
Monochromatic Colors of #5BCA80
Black with #5BCA80
Text Example
Text Example
White with #5BCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA80; }
p { color: rgb(91,202,128); }
H1.HeaderClassName
{
color: #5BCA80;
}
.AnyTagClassName
{
color: #5BCA80;
}
</style>
background-color css
<style>
a { background-color: #5BCA80; }
a { background-color: rgb(91,202,128); }
div.DivClassName
{
background-color: #5BCA80;
}
.BgClassName
{
background-color: #5BCA80;
}
</style>
border-color css
<style>
span { border-color: #5BCA80; }
span { border-color: rgb(91,202,128); }
td.TdClassName
{
border-color: #5BCA80;
}
.TagClassName
{
border-color: #5BCA80;
}
</style>