Shades of Emerald #5AE375
Tints of Emerald #5AE375
RGB
CMYK
RGB Variations
Color information
#5AE375 (or 0x5AE375) is known color: Emerald. HEX triplet: 5A, E3 and 75. RGB value is (90,227,117). Sum of RGB (Red+Green+Blue) = 90+227+117=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE375 is #A51C8A. Grayscale: #ADADAD. Windows color (decimal): -10820747 or 7725914. OLE color: 7725914.
HSL color Cylindrical-coordinate representation of color #5AE375: hue angle of 131.82º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE375 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 117 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.11 |
| HSL | 131.82º | 0.71% | 0.62% | - |
| HSV(B) | 131.82º | 0.6% | 0.89% | - |
| XYZ | 34.9 | 58.4 | 26.26 | - |
| YUV | 173.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 117 | 0.60 | 0 | 0.48 | 0.11 | 131.82 | 0.71 | 0.62 |
| Hex | 5A | E3 | 75 | 3C | 0 | 30 | B | 84 | 47 | 3E |
| Octal | 132 | 343 | 165 | 74 | 0 | 60 | 13 | 204 | 107 | 76 |
| Binary | 1011010 | 11100011 | 1110101 | 111100 | 0 | 110000 | 1011 | 10000100 | 1000111 | 111110 |
Color Harmonies of #5AE375
Complementary color
Monochromatic Colors of #5AE375
Black with #5AE375
Text Example
Text Example
White with #5AE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE375; }
p { color: rgb(90,227,117); }
H1.HeaderClassName
{
color: #5AE375;
}
.AnyTagClassName
{
color: #5AE375;
}
</style>
background-color css
<style>
a { background-color: #5AE375; }
a { background-color: rgb(90,227,117); }
div.DivClassName
{
background-color: #5AE375;
}
.BgClassName
{
background-color: #5AE375;
}
</style>
border-color css
<style>
span { border-color: #5AE375; }
span { border-color: rgb(90,227,117); }
td.TdClassName
{
border-color: #5AE375;
}
.TagClassName
{
border-color: #5AE375;
}
</style>