Shades of Emerald #5AD673
Tints of Emerald #5AD673
RGB
CMYK
RGB Variations
Color information
#5AD673 (or 0x5AD673) is known color: Emerald. HEX triplet: 5A, D6 and 73. RGB value is (90,214,115). Sum of RGB (Red+Green+Blue) = 90+214+115=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD673 is #A5298C. Grayscale: #A5A5A5. Windows color (decimal): -10824077 or 7591514. OLE color: 7591514.
HSL color Cylindrical-coordinate representation of color #5AD673: hue angle of 132.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD673 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 115 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.16 |
| HSL | 132.1º | 0.6% | 0.6% | - |
| HSV(B) | 132.1º | 0.58% | 0.84% | - |
| XYZ | 31.36 | 51.5 | 24.51 | - |
| YUV | 165.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 115 | 0.58 | 0 | 0.46 | 0.16 | 132.1 | 0.6 | 0.6 |
| Hex | 5A | D6 | 73 | 3A | 0 | 2E | 10 | 84 | 3C | 3C |
| Octal | 132 | 326 | 163 | 72 | 0 | 56 | 20 | 204 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1110011 | 111010 | 0 | 101110 | 10000 | 10000100 | 111100 | 111100 |
Color Harmonies of #5AD673
Complementary color
Monochromatic Colors of #5AD673
Black with #5AD673
Text Example
Text Example
White with #5AD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD673; }
p { color: rgb(90,214,115); }
H1.HeaderClassName
{
color: #5AD673;
}
.AnyTagClassName
{
color: #5AD673;
}
</style>
background-color css
<style>
a { background-color: #5AD673; }
a { background-color: rgb(90,214,115); }
div.DivClassName
{
background-color: #5AD673;
}
.BgClassName
{
background-color: #5AD673;
}
</style>
border-color css
<style>
span { border-color: #5AD673; }
span { border-color: rgb(90,214,115); }
td.TdClassName
{
border-color: #5AD673;
}
.TagClassName
{
border-color: #5AD673;
}
</style>