Shades of Emerald #5AD47F
Tints of Emerald #5AD47F
RGB
CMYK
RGB Variations
Color information
#5AD47F (or 0x5AD47F) is known color: Emerald. HEX triplet: 5A, D4 and 7F. RGB value is (90,212,127). Sum of RGB (Red+Green+Blue) = 90+212+127=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD47F is #A52B80. Grayscale: #A6A6A6. Windows color (decimal): -10824577 or 8377434. OLE color: 8377434.
HSL color Cylindrical-coordinate representation of color #5AD47F: hue angle of 138.2º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD47F is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 127 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.17 |
| HSL | 138.2º | 0.59% | 0.59% | - |
| HSV(B) | 138.2º | 0.58% | 0.83% | - |
| XYZ | 31.59 | 50.79 | 28.22 | - |
| YUV | 165.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 127 | 0.58 | 0 | 0.40 | 0.17 | 138.2 | 0.59 | 0.59 |
| Hex | 5A | D4 | 7F | 3A | 0 | 28 | 11 | 8A | 3B | 3B |
| Octal | 132 | 324 | 177 | 72 | 0 | 50 | 21 | 212 | 73 | 73 |
| Binary | 1011010 | 11010100 | 1111111 | 111010 | 0 | 101000 | 10001 | 10001010 | 111011 | 111011 |
Color Harmonies of #5AD47F
Complementary color
Monochromatic Colors of #5AD47F
Black with #5AD47F
Text Example
Text Example
White with #5AD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD47F; }
p { color: rgb(90,212,127); }
H1.HeaderClassName
{
color: #5AD47F;
}
.AnyTagClassName
{
color: #5AD47F;
}
</style>
background-color css
<style>
a { background-color: #5AD47F; }
a { background-color: rgb(90,212,127); }
div.DivClassName
{
background-color: #5AD47F;
}
.BgClassName
{
background-color: #5AD47F;
}
</style>
border-color css
<style>
span { border-color: #5AD47F; }
span { border-color: rgb(90,212,127); }
td.TdClassName
{
border-color: #5AD47F;
}
.TagClassName
{
border-color: #5AD47F;
}
</style>