Shades of Emerald #5ADD69
Tints of Emerald #5ADD69
RGB
CMYK
RGB Variations
Color information
#5ADD69 (or 0x5ADD69) is known color: Emerald. HEX triplet: 5A, DD and 69. RGB value is (90,221,105). Sum of RGB (Red+Green+Blue) = 90+221+105=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADD69 is #A52296. Grayscale: #A8A8A8. Windows color (decimal): -10822295 or 6937946. OLE color: 6937946.
HSL color Cylindrical-coordinate representation of color #5ADD69: hue angle of 126.87º degrees, saturation: 0.66, 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 #5ADD69 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 105 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.13 |
| HSL | 126.87º | 0.66% | 0.61% | - |
| HSV(B) | 126.87º | 0.59% | 0.87% | - |
| XYZ | 32.62 | 54.91 | 22.24 | - |
| YUV | 168.61 | 92.1 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 105 | 0.59 | 0 | 0.52 | 0.13 | 126.87 | 0.66 | 0.61 |
| Hex | 5A | DD | 69 | 3B | 0 | 34 | D | 7F | 42 | 3D |
| Octal | 132 | 335 | 151 | 73 | 0 | 64 | 15 | 177 | 102 | 75 |
| Binary | 1011010 | 11011101 | 1101001 | 111011 | 0 | 110100 | 1101 | 1111111 | 1000010 | 111101 |
Color Harmonies of #5ADD69
Complementary color
Monochromatic Colors of #5ADD69
Black with #5ADD69
Text Example
Text Example
White with #5ADD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD69; }
p { color: rgb(90,221,105); }
H1.HeaderClassName
{
color: #5ADD69;
}
.AnyTagClassName
{
color: #5ADD69;
}
</style>
background-color css
<style>
a { background-color: #5ADD69; }
a { background-color: rgb(90,221,105); }
div.DivClassName
{
background-color: #5ADD69;
}
.BgClassName
{
background-color: #5ADD69;
}
</style>
border-color css
<style>
span { border-color: #5ADD69; }
span { border-color: rgb(90,221,105); }
td.TdClassName
{
border-color: #5ADD69;
}
.TagClassName
{
border-color: #5ADD69;
}
</style>