Shades of Emerald #5BCC70
Tints of Emerald #5BCC70
RGB
CMYK
RGB Variations
Color information
#5BCC70 (or 0x5BCC70) is known color: Emerald. HEX triplet: 5B, CC and 70. RGB value is (91,204,112). Sum of RGB (Red+Green+Blue) = 91+204+112=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCC70 is #A4338F. Grayscale: #9F9F9F. Windows color (decimal): -10761104 or 7392347. OLE color: 7392347.
HSL color Cylindrical-coordinate representation of color #5BCC70: hue angle of 131.15º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCC70 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 112 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.2 |
| HSL | 131.15º | 0.53% | 0.58% | - |
| HSV(B) | 131.15º | 0.55% | 0.8% | - |
| XYZ | 28.83 | 46.58 | 22.8 | - |
| YUV | 159.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 112 | 0.55 | 0 | 0.45 | 0.2 | 131.15 | 0.53 | 0.58 |
| Hex | 5B | CC | 70 | 37 | 0 | 2D | 14 | 83 | 35 | 3A |
| Octal | 133 | 314 | 160 | 67 | 0 | 55 | 24 | 203 | 65 | 72 |
| Binary | 1011011 | 11001100 | 1110000 | 110111 | 0 | 101101 | 10100 | 10000011 | 110101 | 111010 |
Color Harmonies of #5BCC70
Complementary color
Monochromatic Colors of #5BCC70
Black with #5BCC70
Text Example
Text Example
White with #5BCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC70; }
p { color: rgb(91,204,112); }
H1.HeaderClassName
{
color: #5BCC70;
}
.AnyTagClassName
{
color: #5BCC70;
}
</style>
background-color css
<style>
a { background-color: #5BCC70; }
a { background-color: rgb(91,204,112); }
div.DivClassName
{
background-color: #5BCC70;
}
.BgClassName
{
background-color: #5BCC70;
}
</style>
border-color css
<style>
span { border-color: #5BCC70; }
span { border-color: rgb(91,204,112); }
td.TdClassName
{
border-color: #5BCC70;
}
.TagClassName
{
border-color: #5BCC70;
}
</style>