Shades of Emerald #5AD679
Tints of Emerald #5AD679
RGB
CMYK
RGB Variations
Color information
#5AD679 (or 0x5AD679) is known color: Emerald. HEX triplet: 5A, D6 and 79. RGB value is (90,214,121). Sum of RGB (Red+Green+Blue) = 90+214+121=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD679 is #A52986. Grayscale: #A6A6A6. Windows color (decimal): -10824071 or 7984730. OLE color: 7984730.
HSL color Cylindrical-coordinate representation of color #5AD679: hue angle of 135º 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 #5AD679 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 121 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.16 |
| HSL | 135º | 0.6% | 0.6% | - |
| HSV(B) | 135º | 0.58% | 0.84% | - |
| XYZ | 31.71 | 51.65 | 26.39 | - |
| YUV | 166.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 121 | 0.58 | 0 | 0.43 | 0.16 | 135 | 0.6 | 0.6 |
| Hex | 5A | D6 | 79 | 3A | 0 | 2B | 10 | 87 | 3C | 3C |
| Octal | 132 | 326 | 171 | 72 | 0 | 53 | 20 | 207 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1111001 | 111010 | 0 | 101011 | 10000 | 10000111 | 111100 | 111100 |
Color Harmonies of #5AD679
Complementary color
Monochromatic Colors of #5AD679
Black with #5AD679
Text Example
Text Example
White with #5AD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD679; }
p { color: rgb(90,214,121); }
H1.HeaderClassName
{
color: #5AD679;
}
.AnyTagClassName
{
color: #5AD679;
}
</style>
background-color css
<style>
a { background-color: #5AD679; }
a { background-color: rgb(90,214,121); }
div.DivClassName
{
background-color: #5AD679;
}
.BgClassName
{
background-color: #5AD679;
}
</style>
border-color css
<style>
span { border-color: #5AD679; }
span { border-color: rgb(90,214,121); }
td.TdClassName
{
border-color: #5AD679;
}
.TagClassName
{
border-color: #5AD679;
}
</style>