Shades of Emerald #5AE085
Tints of Emerald #5AE085
RGB
CMYK
RGB Variations
Color information
#5AE085 (or 0x5AE085) is known color: Emerald. HEX triplet: 5A, E0 and 85. RGB value is (90,224,133). Sum of RGB (Red+Green+Blue) = 90+224+133=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE085 is #A51F7A. Grayscale: #ADADAD. Windows color (decimal): -10821499 or 8773722. OLE color: 8773722.
HSL color Cylindrical-coordinate representation of color #5AE085: hue angle of 139.25º degrees, saturation: 0.68, 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 #5AE085 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 133 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.12 |
| HSL | 139.25º | 0.68% | 0.62% | - |
| HSV(B) | 139.25º | 0.6% | 0.88% | - |
| XYZ | 35.11 | 57.18 | 31.38 | - |
| YUV | 173.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 133 | 0.60 | 0 | 0.41 | 0.12 | 139.25 | 0.68 | 0.62 |
| Hex | 5A | E0 | 85 | 3C | 0 | 29 | C | 8B | 44 | 3E |
| Octal | 132 | 340 | 205 | 74 | 0 | 51 | 14 | 213 | 104 | 76 |
| Binary | 1011010 | 11100000 | 10000101 | 111100 | 0 | 101001 | 1100 | 10001011 | 1000100 | 111110 |
Color Harmonies of #5AE085
Complementary color
Monochromatic Colors of #5AE085
Black with #5AE085
Text Example
Text Example
White with #5AE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE085; }
p { color: rgb(90,224,133); }
H1.HeaderClassName
{
color: #5AE085;
}
.AnyTagClassName
{
color: #5AE085;
}
</style>
background-color css
<style>
a { background-color: #5AE085; }
a { background-color: rgb(90,224,133); }
div.DivClassName
{
background-color: #5AE085;
}
.BgClassName
{
background-color: #5AE085;
}
</style>
border-color css
<style>
span { border-color: #5AE085; }
span { border-color: rgb(90,224,133); }
td.TdClassName
{
border-color: #5AE085;
}
.TagClassName
{
border-color: #5AE085;
}
</style>