Shades of Emerald #5BCE70
Tints of Emerald #5BCE70
RGB
CMYK
RGB Variations
Color information
#5BCE70 (or 0x5BCE70) is known color: Emerald. HEX triplet: 5B, CE and 70. RGB value is (91,206,112). Sum of RGB (Red+Green+Blue) = 91+206+112=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCE70 is #A4318F. Grayscale: #A1A1A1. Windows color (decimal): -10760592 or 7392859. OLE color: 7392859.
HSL color Cylindrical-coordinate representation of color #5BCE70: hue angle of 130.96º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCE70 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 112 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.19 |
| HSL | 130.96º | 0.54% | 0.58% | - |
| HSV(B) | 130.96º | 0.56% | 0.81% | - |
| XYZ | 29.31 | 47.54 | 22.96 | - |
| YUV | 160.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 112 | 0.56 | 0 | 0.46 | 0.19 | 130.96 | 0.54 | 0.58 |
| Hex | 5B | CE | 70 | 38 | 0 | 2E | 13 | 83 | 36 | 3A |
| Octal | 133 | 316 | 160 | 70 | 0 | 56 | 23 | 203 | 66 | 72 |
| Binary | 1011011 | 11001110 | 1110000 | 111000 | 0 | 101110 | 10011 | 10000011 | 110110 | 111010 |
Color Harmonies of #5BCE70
Complementary color
Monochromatic Colors of #5BCE70
Black with #5BCE70
Text Example
Text Example
White with #5BCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCE70; }
p { color: rgb(91,206,112); }
H1.HeaderClassName
{
color: #5BCE70;
}
.AnyTagClassName
{
color: #5BCE70;
}
</style>
background-color css
<style>
a { background-color: #5BCE70; }
a { background-color: rgb(91,206,112); }
div.DivClassName
{
background-color: #5BCE70;
}
.BgClassName
{
background-color: #5BCE70;
}
</style>
border-color css
<style>
span { border-color: #5BCE70; }
span { border-color: rgb(91,206,112); }
td.TdClassName
{
border-color: #5BCE70;
}
.TagClassName
{
border-color: #5BCE70;
}
</style>