Shades of Emerald #5ACB71
Tints of Emerald #5ACB71
RGB
CMYK
RGB Variations
Color information
#5ACB71 (or 0x5ACB71) is known color: Emerald. HEX triplet: 5A, CB and 71. RGB value is (90,203,113). Sum of RGB (Red+Green+Blue) = 90+203+113=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB71 is #A5348E. Grayscale: #9F9F9F. Windows color (decimal): -10826895 or 7457626. OLE color: 7457626.
HSL color Cylindrical-coordinate representation of color #5ACB71: hue angle of 132.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB71 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 113 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.20 |
| HSL | 132.21º | 0.52% | 0.57% | - |
| HSV(B) | 132.21º | 0.56% | 0.8% | - |
| XYZ | 28.55 | 46.08 | 23.01 | - |
| YUV | 158.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 113 | 0.56 | 0 | 0.44 | 0.20 | 132.21 | 0.52 | 0.57 |
| Hex | 5A | CB | 71 | 38 | 0 | 2C | 14 | 84 | 34 | 39 |
| Octal | 132 | 313 | 161 | 70 | 0 | 54 | 24 | 204 | 64 | 71 |
| Binary | 1011010 | 11001011 | 1110001 | 111000 | 0 | 101100 | 10100 | 10000100 | 110100 | 111001 |
Color Harmonies of #5ACB71
Complementary color
Monochromatic Colors of #5ACB71
Black with #5ACB71
Text Example
Text Example
White with #5ACB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB71; }
p { color: rgb(90,203,113); }
H1.HeaderClassName
{
color: #5ACB71;
}
.AnyTagClassName
{
color: #5ACB71;
}
</style>
background-color css
<style>
a { background-color: #5ACB71; }
a { background-color: rgb(90,203,113); }
div.DivClassName
{
background-color: #5ACB71;
}
.BgClassName
{
background-color: #5ACB71;
}
</style>
border-color css
<style>
span { border-color: #5ACB71; }
span { border-color: rgb(90,203,113); }
td.TdClassName
{
border-color: #5ACB71;
}
.TagClassName
{
border-color: #5ACB71;
}
</style>