Shades of Emerald #5AD485
Tints of Emerald #5AD485
RGB
CMYK
RGB Variations
Color information
#5AD485 (or 0x5AD485) is known color: Emerald. HEX triplet: 5A, D4 and 85. RGB value is (90,212,133). Sum of RGB (Red+Green+Blue) = 90+212+133=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD485 is #A52B7A. Grayscale: #A6A6A6. Windows color (decimal): -10824571 or 8770650. OLE color: 8770650.
HSL color Cylindrical-coordinate representation of color #5AD485: hue angle of 141.15º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD485 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 133 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.17 |
| HSL | 141.15º | 0.59% | 0.59% | - |
| HSV(B) | 141.15º | 0.58% | 0.83% | - |
| XYZ | 31.99 | 50.95 | 30.34 | - |
| YUV | 166.52 | 109.08 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 133 | 0.58 | 0 | 0.37 | 0.17 | 141.15 | 0.59 | 0.59 |
| Hex | 5A | D4 | 85 | 3A | 0 | 25 | 11 | 8D | 3B | 3B |
| Octal | 132 | 324 | 205 | 72 | 0 | 45 | 21 | 215 | 73 | 73 |
| Binary | 1011010 | 11010100 | 10000101 | 111010 | 0 | 100101 | 10001 | 10001101 | 111011 | 111011 |
Color Harmonies of #5AD485
Complementary color
Monochromatic Colors of #5AD485
Black with #5AD485
Text Example
Text Example
White with #5AD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD485; }
p { color: rgb(90,212,133); }
H1.HeaderClassName
{
color: #5AD485;
}
.AnyTagClassName
{
color: #5AD485;
}
</style>
background-color css
<style>
a { background-color: #5AD485; }
a { background-color: rgb(90,212,133); }
div.DivClassName
{
background-color: #5AD485;
}
.BgClassName
{
background-color: #5AD485;
}
</style>
border-color css
<style>
span { border-color: #5AD485; }
span { border-color: rgb(90,212,133); }
td.TdClassName
{
border-color: #5AD485;
}
.TagClassName
{
border-color: #5AD485;
}
</style>