Shades of Emerald #5BC570
Tints of Emerald #5BC570
RGB
CMYK
RGB Variations
Color information
#5BC570 (or 0x5BC570) is known color: Emerald. HEX triplet: 5B, C5 and 70. RGB value is (91,197,112). Sum of RGB (Red+Green+Blue) = 91+197+112=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC570 is #A43A8F. Grayscale: #9B9B9B. Windows color (decimal): -10762896 or 7390555. OLE color: 7390555.
HSL color Cylindrical-coordinate representation of color #5BC570: hue angle of 131.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC570 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 112 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.23 |
| HSL | 131.89º | 0.48% | 0.56% | - |
| HSV(B) | 131.89º | 0.54% | 0.77% | - |
| XYZ | 27.21 | 43.33 | 22.26 | - |
| YUV | 155.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 112 | 0.54 | 0 | 0.43 | 0.23 | 131.89 | 0.48 | 0.56 |
| Hex | 5B | C5 | 70 | 36 | 0 | 2B | 17 | 84 | 30 | 38 |
| Octal | 133 | 305 | 160 | 66 | 0 | 53 | 27 | 204 | 60 | 70 |
| Binary | 1011011 | 11000101 | 1110000 | 110110 | 0 | 101011 | 10111 | 10000100 | 110000 | 111000 |
Color Harmonies of #5BC570
Complementary color
Monochromatic Colors of #5BC570
Black with #5BC570
Text Example
Text Example
White with #5BC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC570; }
p { color: rgb(91,197,112); }
H1.HeaderClassName
{
color: #5BC570;
}
.AnyTagClassName
{
color: #5BC570;
}
</style>
background-color css
<style>
a { background-color: #5BC570; }
a { background-color: rgb(91,197,112); }
div.DivClassName
{
background-color: #5BC570;
}
.BgClassName
{
background-color: #5BC570;
}
</style>
border-color css
<style>
span { border-color: #5BC570; }
span { border-color: rgb(91,197,112); }
td.TdClassName
{
border-color: #5BC570;
}
.TagClassName
{
border-color: #5BC570;
}
</style>