Shades of Emerald #5AD784
Tints of Emerald #5AD784
RGB
CMYK
RGB Variations
Color information
#5AD784 (or 0x5AD784) is known color: Emerald. HEX triplet: 5A, D7 and 84. RGB value is (90,215,132). Sum of RGB (Red+Green+Blue) = 90+215+132=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD784 is #A5287B. Grayscale: #A8A8A8. Windows color (decimal): -10823804 or 8705882. OLE color: 8705882.
HSL color Cylindrical-coordinate representation of color #5AD784: hue angle of 140.16º 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 #5AD784 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 132 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.16 |
| HSL | 140.16º | 0.61% | 0.6% | - |
| HSV(B) | 140.16º | 0.58% | 0.84% | - |
| XYZ | 32.68 | 52.44 | 30.23 | - |
| YUV | 168.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 132 | 0.58 | 0 | 0.39 | 0.16 | 140.16 | 0.61 | 0.6 |
| Hex | 5A | D7 | 84 | 3A | 0 | 27 | 10 | 8C | 3D | 3C |
| Octal | 132 | 327 | 204 | 72 | 0 | 47 | 20 | 214 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10000100 | 111010 | 0 | 100111 | 10000 | 10001100 | 111101 | 111100 |
Color Harmonies of #5AD784
Complementary color
Monochromatic Colors of #5AD784
Black with #5AD784
Text Example
Text Example
White with #5AD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD784; }
p { color: rgb(90,215,132); }
H1.HeaderClassName
{
color: #5AD784;
}
.AnyTagClassName
{
color: #5AD784;
}
</style>
background-color css
<style>
a { background-color: #5AD784; }
a { background-color: rgb(90,215,132); }
div.DivClassName
{
background-color: #5AD784;
}
.BgClassName
{
background-color: #5AD784;
}
</style>
border-color css
<style>
span { border-color: #5AD784; }
span { border-color: rgb(90,215,132); }
td.TdClassName
{
border-color: #5AD784;
}
.TagClassName
{
border-color: #5AD784;
}
</style>