Shades of Emerald #5AD57F
Tints of Emerald #5AD57F
RGB
CMYK
RGB Variations
Color information
#5AD57F (or 0x5AD57F) is known color: Emerald. HEX triplet: 5A, D5 and 7F. RGB value is (90,213,127). Sum of RGB (Red+Green+Blue) = 90+213+127=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD57F is #A52A80. Grayscale: #A6A6A6. Windows color (decimal): -10824321 or 8377690. OLE color: 8377690.
HSL color Cylindrical-coordinate representation of color #5AD57F: hue angle of 138.05º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD57F is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 127 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.16 |
| HSL | 138.05º | 0.59% | 0.59% | - |
| HSV(B) | 138.05º | 0.58% | 0.84% | - |
| XYZ | 31.84 | 51.29 | 28.3 | - |
| YUV | 166.42 | 105.75 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 127 | 0.58 | 0 | 0.40 | 0.16 | 138.05 | 0.59 | 0.59 |
| Hex | 5A | D5 | 7F | 3A | 0 | 28 | 10 | 8A | 3B | 3B |
| Octal | 132 | 325 | 177 | 72 | 0 | 50 | 20 | 212 | 73 | 73 |
| Binary | 1011010 | 11010101 | 1111111 | 111010 | 0 | 101000 | 10000 | 10001010 | 111011 | 111011 |
Color Harmonies of #5AD57F
Complementary color
Monochromatic Colors of #5AD57F
Black with #5AD57F
Text Example
Text Example
White with #5AD57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD57F; }
p { color: rgb(90,213,127); }
H1.HeaderClassName
{
color: #5AD57F;
}
.AnyTagClassName
{
color: #5AD57F;
}
</style>
background-color css
<style>
a { background-color: #5AD57F; }
a { background-color: rgb(90,213,127); }
div.DivClassName
{
background-color: #5AD57F;
}
.BgClassName
{
background-color: #5AD57F;
}
</style>
border-color css
<style>
span { border-color: #5AD57F; }
span { border-color: rgb(90,213,127); }
td.TdClassName
{
border-color: #5AD57F;
}
.TagClassName
{
border-color: #5AD57F;
}
</style>