Shades of Emerald #5AD76D
Tints of Emerald #5AD76D
RGB
CMYK
RGB Variations
Color information
#5AD76D (or 0x5AD76D) is known color: Emerald. HEX triplet: 5A, D7 and 6D. RGB value is (90,215,109). Sum of RGB (Red+Green+Blue) = 90+215+109=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD76D is #A52892. Grayscale: #A5A5A5. Windows color (decimal): -10823827 or 7198554. OLE color: 7198554.
HSL color Cylindrical-coordinate representation of color #5AD76D: hue angle of 129.12º degrees, saturation: 0.61, 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 #5AD76D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 109 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.16 |
| HSL | 129.12º | 0.61% | 0.6% | - |
| HSV(B) | 129.12º | 0.58% | 0.84% | - |
| XYZ | 31.28 | 51.88 | 22.83 | - |
| YUV | 165.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 109 | 0.58 | 0 | 0.49 | 0.16 | 129.12 | 0.61 | 0.6 |
| Hex | 5A | D7 | 6D | 3A | 0 | 31 | 10 | 81 | 3D | 3C |
| Octal | 132 | 327 | 155 | 72 | 0 | 61 | 20 | 201 | 75 | 74 |
| Binary | 1011010 | 11010111 | 1101101 | 111010 | 0 | 110001 | 10000 | 10000001 | 111101 | 111100 |
Color Harmonies of #5AD76D
Complementary color
Monochromatic Colors of #5AD76D
Black with #5AD76D
Text Example
Text Example
White with #5AD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD76D; }
p { color: rgb(90,215,109); }
H1.HeaderClassName
{
color: #5AD76D;
}
.AnyTagClassName
{
color: #5AD76D;
}
</style>
background-color css
<style>
a { background-color: #5AD76D; }
a { background-color: rgb(90,215,109); }
div.DivClassName
{
background-color: #5AD76D;
}
.BgClassName
{
background-color: #5AD76D;
}
</style>
border-color css
<style>
span { border-color: #5AD76D; }
span { border-color: rgb(90,215,109); }
td.TdClassName
{
border-color: #5AD76D;
}
.TagClassName
{
border-color: #5AD76D;
}
</style>