Shades of Emerald #5AE685
Tints of Emerald #5AE685
RGB
CMYK
RGB Variations
Color information
#5AE685 (or 0x5AE685) is known color: Emerald. HEX triplet: 5A, E6 and 85. RGB value is (90,230,133). Sum of RGB (Red+Green+Blue) = 90+230+133=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE685 is #A5197A. Grayscale: #B1B1B1. Windows color (decimal): -10819963 or 8775258. OLE color: 8775258.
HSL color Cylindrical-coordinate representation of color #5AE685: hue angle of 138.43º 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 #5AE685 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 133 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.10 |
| HSL | 138.43º | 0.74% | 0.63% | - |
| HSV(B) | 138.43º | 0.61% | 0.9% | - |
| XYZ | 36.75 | 60.46 | 31.92 | - |
| YUV | 177.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 133 | 0.61 | 0 | 0.42 | 0.10 | 138.43 | 0.74 | 0.63 |
| Hex | 5A | E6 | 85 | 3D | 0 | 2A | A | 8A | 4A | 3F |
| Octal | 132 | 346 | 205 | 75 | 0 | 52 | 12 | 212 | 112 | 77 |
| Binary | 1011010 | 11100110 | 10000101 | 111101 | 0 | 101010 | 1010 | 10001010 | 1001010 | 111111 |
Color Harmonies of #5AE685
Complementary color
Monochromatic Colors of #5AE685
Black with #5AE685
Text Example
Text Example
White with #5AE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE685; }
p { color: rgb(90,230,133); }
H1.HeaderClassName
{
color: #5AE685;
}
.AnyTagClassName
{
color: #5AE685;
}
</style>
background-color css
<style>
a { background-color: #5AE685; }
a { background-color: rgb(90,230,133); }
div.DivClassName
{
background-color: #5AE685;
}
.BgClassName
{
background-color: #5AE685;
}
</style>
border-color css
<style>
span { border-color: #5AE685; }
span { border-color: rgb(90,230,133); }
td.TdClassName
{
border-color: #5AE685;
}
.TagClassName
{
border-color: #5AE685;
}
</style>