Shades of Emerald #5AD275
Tints of Emerald #5AD275
RGB
CMYK
RGB Variations
Color information
#5AD275 (or 0x5AD275) is known color: Emerald. HEX triplet: 5A, D2 and 75. RGB value is (90,210,117). Sum of RGB (Red+Green+Blue) = 90+210+117=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD275 is #A52D8A. Grayscale: #A3A3A3. Windows color (decimal): -10825099 or 7721562. OLE color: 7721562.
HSL color Cylindrical-coordinate representation of color #5AD275: hue angle of 133.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD275 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 117 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.18 |
| HSL | 133.5º | 0.57% | 0.59% | - |
| HSV(B) | 133.5º | 0.57% | 0.82% | - |
| XYZ | 30.47 | 49.55 | 24.79 | - |
| YUV | 163.52 | 101.74 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 117 | 0.57 | 0 | 0.44 | 0.18 | 133.5 | 0.57 | 0.59 |
| Hex | 5A | D2 | 75 | 39 | 0 | 2C | 12 | 86 | 39 | 3B |
| Octal | 132 | 322 | 165 | 71 | 0 | 54 | 22 | 206 | 71 | 73 |
| Binary | 1011010 | 11010010 | 1110101 | 111001 | 0 | 101100 | 10010 | 10000110 | 111001 | 111011 |
Color Harmonies of #5AD275
Complementary color
Monochromatic Colors of #5AD275
Black with #5AD275
Text Example
Text Example
White with #5AD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD275; }
p { color: rgb(90,210,117); }
H1.HeaderClassName
{
color: #5AD275;
}
.AnyTagClassName
{
color: #5AD275;
}
</style>
background-color css
<style>
a { background-color: #5AD275; }
a { background-color: rgb(90,210,117); }
div.DivClassName
{
background-color: #5AD275;
}
.BgClassName
{
background-color: #5AD275;
}
</style>
border-color css
<style>
span { border-color: #5AD275; }
span { border-color: rgb(90,210,117); }
td.TdClassName
{
border-color: #5AD275;
}
.TagClassName
{
border-color: #5AD275;
}
</style>