Shades of Emerald #5AD782
Tints of Emerald #5AD782
RGB
CMYK
RGB Variations
Color information
#5AD782 (or 0x5AD782) is known color: Emerald. HEX triplet: 5A, D7 and 82. RGB value is (90,215,130). Sum of RGB (Red+Green+Blue) = 90+215+130=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD782 is #A5287D. Grayscale: #A8A8A8. Windows color (decimal): -10823806 or 8574810. OLE color: 8574810.
HSL color Cylindrical-coordinate representation of color #5AD782: hue angle of 139.2º 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 #5AD782 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 130 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.16 |
| HSL | 139.2º | 0.61% | 0.6% | - |
| HSV(B) | 139.2º | 0.58% | 0.84% | - |
| XYZ | 32.55 | 52.39 | 29.52 | - |
| YUV | 167.94 | 106.59 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 130 | 0.58 | 0 | 0.40 | 0.16 | 139.2 | 0.61 | 0.6 |
| Hex | 5A | D7 | 82 | 3A | 0 | 28 | 10 | 8B | 3D | 3C |
| Octal | 132 | 327 | 202 | 72 | 0 | 50 | 20 | 213 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10000010 | 111010 | 0 | 101000 | 10000 | 10001011 | 111101 | 111100 |
Color Harmonies of #5AD782
Complementary color
Monochromatic Colors of #5AD782
Black with #5AD782
Text Example
Text Example
White with #5AD782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD782; }
p { color: rgb(90,215,130); }
H1.HeaderClassName
{
color: #5AD782;
}
.AnyTagClassName
{
color: #5AD782;
}
</style>
background-color css
<style>
a { background-color: #5AD782; }
a { background-color: rgb(90,215,130); }
div.DivClassName
{
background-color: #5AD782;
}
.BgClassName
{
background-color: #5AD782;
}
</style>
border-color css
<style>
span { border-color: #5AD782; }
span { border-color: rgb(90,215,130); }
td.TdClassName
{
border-color: #5AD782;
}
.TagClassName
{
border-color: #5AD782;
}
</style>