Shades of Emerald #5AE185
Tints of Emerald #5AE185
RGB
CMYK
RGB Variations
Color information
#5AE185 (or 0x5AE185) is known color: Emerald. HEX triplet: 5A, E1 and 85. RGB value is (90,225,133). Sum of RGB (Red+Green+Blue) = 90+225+133=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE185 is #A51E7A. Grayscale: #AEAEAE. Windows color (decimal): -10821243 or 8773978. OLE color: 8773978.
HSL color Cylindrical-coordinate representation of color #5AE185: hue angle of 139.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE185 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 133 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.12 |
| HSL | 139.11º | 0.69% | 0.62% | - |
| HSV(B) | 139.11º | 0.6% | 0.88% | - |
| XYZ | 35.38 | 57.72 | 31.47 | - |
| YUV | 174.15 | 104.77 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 133 | 0.60 | 0 | 0.41 | 0.12 | 139.11 | 0.69 | 0.62 |
| Hex | 5A | E1 | 85 | 3C | 0 | 29 | C | 8B | 45 | 3E |
| Octal | 132 | 341 | 205 | 74 | 0 | 51 | 14 | 213 | 105 | 76 |
| Binary | 1011010 | 11100001 | 10000101 | 111100 | 0 | 101001 | 1100 | 10001011 | 1000101 | 111110 |
Color Harmonies of #5AE185
Complementary color
Monochromatic Colors of #5AE185
Black with #5AE185
Text Example
Text Example
White with #5AE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE185; }
p { color: rgb(90,225,133); }
H1.HeaderClassName
{
color: #5AE185;
}
.AnyTagClassName
{
color: #5AE185;
}
</style>
background-color css
<style>
a { background-color: #5AE185; }
a { background-color: rgb(90,225,133); }
div.DivClassName
{
background-color: #5AE185;
}
.BgClassName
{
background-color: #5AE185;
}
</style>
border-color css
<style>
span { border-color: #5AE185; }
span { border-color: rgb(90,225,133); }
td.TdClassName
{
border-color: #5AE185;
}
.TagClassName
{
border-color: #5AE185;
}
</style>