Shades of Emerald #5AD76C
Tints of Emerald #5AD76C
RGB
CMYK
RGB Variations
Color information
#5AD76C (or 0x5AD76C) is known color: Emerald. HEX triplet: 5A, D7 and 6C. RGB value is (90,215,108). Sum of RGB (Red+Green+Blue) = 90+215+108=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD76C is #A52893. Grayscale: #A5A5A5. Windows color (decimal): -10823828 or 7133018. OLE color: 7133018.
HSL color Cylindrical-coordinate representation of color #5AD76C: hue angle of 128.64º 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 #5AD76C is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 108 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.16 |
| HSL | 128.64º | 0.61% | 0.6% | - |
| HSV(B) | 128.64º | 0.58% | 0.84% | - |
| XYZ | 31.22 | 51.86 | 22.55 | - |
| YUV | 165.43 | 95.59 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 108 | 0.58 | 0 | 0.50 | 0.16 | 128.64 | 0.61 | 0.6 |
| Hex | 5A | D7 | 6C | 3A | 0 | 32 | 10 | 81 | 3D | 3C |
| Octal | 132 | 327 | 154 | 72 | 0 | 62 | 20 | 201 | 75 | 74 |
| Binary | 1011010 | 11010111 | 1101100 | 111010 | 0 | 110010 | 10000 | 10000001 | 111101 | 111100 |
Color Harmonies of #5AD76C
Complementary color
Monochromatic Colors of #5AD76C
Black with #5AD76C
Text Example
Text Example
White with #5AD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD76C; }
p { color: rgb(90,215,108); }
H1.HeaderClassName
{
color: #5AD76C;
}
.AnyTagClassName
{
color: #5AD76C;
}
</style>
background-color css
<style>
a { background-color: #5AD76C; }
a { background-color: rgb(90,215,108); }
div.DivClassName
{
background-color: #5AD76C;
}
.BgClassName
{
background-color: #5AD76C;
}
</style>
border-color css
<style>
span { border-color: #5AD76C; }
span { border-color: rgb(90,215,108); }
td.TdClassName
{
border-color: #5AD76C;
}
.TagClassName
{
border-color: #5AD76C;
}
</style>