Shades of Emerald #5ADE72
Tints of Emerald #5ADE72
RGB
CMYK
RGB Variations
Color information
#5ADE72 (or 0x5ADE72) is known color: Emerald. HEX triplet: 5A, DE and 72. RGB value is (90,222,114). Sum of RGB (Red+Green+Blue) = 90+222+114=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADE72 is #A5218D. Grayscale: #AAAAAA. Windows color (decimal): -10822030 or 7528026. OLE color: 7528026.
HSL color Cylindrical-coordinate representation of color #5ADE72: hue angle of 130.91º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADE72 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 114 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.13 |
| HSL | 130.91º | 0.67% | 0.61% | - |
| HSV(B) | 130.91º | 0.59% | 0.87% | - |
| XYZ | 33.37 | 55.63 | 24.9 | - |
| YUV | 170.22 | 96.27 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 114 | 0.59 | 0 | 0.49 | 0.13 | 130.91 | 0.67 | 0.61 |
| Hex | 5A | DE | 72 | 3B | 0 | 31 | D | 83 | 43 | 3D |
| Octal | 132 | 336 | 162 | 73 | 0 | 61 | 15 | 203 | 103 | 75 |
| Binary | 1011010 | 11011110 | 1110010 | 111011 | 0 | 110001 | 1101 | 10000011 | 1000011 | 111101 |
Color Harmonies of #5ADE72
Complementary color
Monochromatic Colors of #5ADE72
Black with #5ADE72
Text Example
Text Example
White with #5ADE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE72; }
p { color: rgb(90,222,114); }
H1.HeaderClassName
{
color: #5ADE72;
}
.AnyTagClassName
{
color: #5ADE72;
}
</style>
background-color css
<style>
a { background-color: #5ADE72; }
a { background-color: rgb(90,222,114); }
div.DivClassName
{
background-color: #5ADE72;
}
.BgClassName
{
background-color: #5ADE72;
}
</style>
border-color css
<style>
span { border-color: #5ADE72; }
span { border-color: rgb(90,222,114); }
td.TdClassName
{
border-color: #5ADE72;
}
.TagClassName
{
border-color: #5ADE72;
}
</style>