Shades of Emerald #5AD77F
Tints of Emerald #5AD77F
RGB
CMYK
RGB Variations
Color information
#5AD77F (or 0x5AD77F) is known color: Emerald. HEX triplet: 5A, D7 and 7F. RGB value is (90,215,127). Sum of RGB (Red+Green+Blue) = 90+215+127=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD77F is #A52880. Grayscale: #A7A7A7. Windows color (decimal): -10823809 or 8378202. OLE color: 8378202.
HSL color Cylindrical-coordinate representation of color #5AD77F: hue angle of 137.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD77F is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 127 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.16 |
| HSL | 137.76º | 0.61% | 0.6% | - |
| HSV(B) | 137.76º | 0.58% | 0.84% | - |
| XYZ | 32.35 | 52.31 | 28.47 | - |
| YUV | 167.59 | 105.09 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 127 | 0.58 | 0 | 0.41 | 0.16 | 137.76 | 0.61 | 0.6 |
| Hex | 5A | D7 | 7F | 3A | 0 | 29 | 10 | 8A | 3D | 3C |
| Octal | 132 | 327 | 177 | 72 | 0 | 51 | 20 | 212 | 75 | 74 |
| Binary | 1011010 | 11010111 | 1111111 | 111010 | 0 | 101001 | 10000 | 10001010 | 111101 | 111100 |
Color Harmonies of #5AD77F
Complementary color
Monochromatic Colors of #5AD77F
Black with #5AD77F
Text Example
Text Example
White with #5AD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD77F; }
p { color: rgb(90,215,127); }
H1.HeaderClassName
{
color: #5AD77F;
}
.AnyTagClassName
{
color: #5AD77F;
}
</style>
background-color css
<style>
a { background-color: #5AD77F; }
a { background-color: rgb(90,215,127); }
div.DivClassName
{
background-color: #5AD77F;
}
.BgClassName
{
background-color: #5AD77F;
}
</style>
border-color css
<style>
span { border-color: #5AD77F; }
span { border-color: rgb(90,215,127); }
td.TdClassName
{
border-color: #5AD77F;
}
.TagClassName
{
border-color: #5AD77F;
}
</style>