Shades of Emerald #5AE675
Tints of Emerald #5AE675
RGB
CMYK
RGB Variations
Color information
#5AE675 (or 0x5AE675) is known color: Emerald. HEX triplet: 5A, E6 and 75. RGB value is (90,230,117). Sum of RGB (Red+Green+Blue) = 90+230+117=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AE675 is #A5198A. Grayscale: #AFAFAF. Windows color (decimal): -10819979 or 7726682. OLE color: 7726682.
HSL color Cylindrical-coordinate representation of color #5AE675: hue angle of 131.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE675 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 117 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.10 |
| HSL | 131.57º | 0.74% | 0.63% | - |
| HSV(B) | 131.57º | 0.61% | 0.9% | - |
| XYZ | 35.72 | 60.05 | 26.54 | - |
| YUV | 175.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 117 | 0.61 | 0 | 0.49 | 0.10 | 131.57 | 0.74 | 0.63 |
| Hex | 5A | E6 | 75 | 3D | 0 | 31 | A | 84 | 4A | 3F |
| Octal | 132 | 346 | 165 | 75 | 0 | 61 | 12 | 204 | 112 | 77 |
| Binary | 1011010 | 11100110 | 1110101 | 111101 | 0 | 110001 | 1010 | 10000100 | 1001010 | 111111 |
Color Harmonies of #5AE675
Complementary color
Monochromatic Colors of #5AE675
Black with #5AE675
Text Example
Text Example
White with #5AE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE675; }
p { color: rgb(90,230,117); }
H1.HeaderClassName
{
color: #5AE675;
}
.AnyTagClassName
{
color: #5AE675;
}
</style>
background-color css
<style>
a { background-color: #5AE675; }
a { background-color: rgb(90,230,117); }
div.DivClassName
{
background-color: #5AE675;
}
.BgClassName
{
background-color: #5AE675;
}
</style>
border-color css
<style>
span { border-color: #5AE675; }
span { border-color: rgb(90,230,117); }
td.TdClassName
{
border-color: #5AE675;
}
.TagClassName
{
border-color: #5AE675;
}
</style>