Shades of Emerald #5BE080
Tints of Emerald #5BE080
RGB
CMYK
RGB Variations
Color information
#5BE080 (or 0x5BE080) is known color: Emerald. HEX triplet: 5B, E0 and 80. RGB value is (91,224,128). Sum of RGB (Red+Green+Blue) = 91+224+128=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BE080 is #A41F7F. Grayscale: #ADADAD. Windows color (decimal): -10755968 or 8446043. OLE color: 8446043.
HSL color Cylindrical-coordinate representation of color #5BE080: hue angle of 136.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE080 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 128 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.12 |
| HSL | 136.69º | 0.68% | 0.62% | - |
| HSV(B) | 136.69º | 0.59% | 0.88% | - |
| XYZ | 34.87 | 57.09 | 29.6 | - |
| YUV | 173.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 128 | 0.59 | 0 | 0.43 | 0.12 | 136.69 | 0.68 | 0.62 |
| Hex | 5B | E0 | 80 | 3B | 0 | 2B | C | 89 | 44 | 3E |
| Octal | 133 | 340 | 200 | 73 | 0 | 53 | 14 | 211 | 104 | 76 |
| Binary | 1011011 | 11100000 | 10000000 | 111011 | 0 | 101011 | 1100 | 10001001 | 1000100 | 111110 |
Color Harmonies of #5BE080
Complementary color
Monochromatic Colors of #5BE080
Black with #5BE080
Text Example
Text Example
White with #5BE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE080; }
p { color: rgb(91,224,128); }
H1.HeaderClassName
{
color: #5BE080;
}
.AnyTagClassName
{
color: #5BE080;
}
</style>
background-color css
<style>
a { background-color: #5BE080; }
a { background-color: rgb(91,224,128); }
div.DivClassName
{
background-color: #5BE080;
}
.BgClassName
{
background-color: #5BE080;
}
</style>
border-color css
<style>
span { border-color: #5BE080; }
span { border-color: rgb(91,224,128); }
td.TdClassName
{
border-color: #5BE080;
}
.TagClassName
{
border-color: #5BE080;
}
</style>