Shades of Emerald #5AD56B
Tints of Emerald #5AD56B
RGB
CMYK
RGB Variations
Color information
#5AD56B (or 0x5AD56B) is known color: Emerald. HEX triplet: 5A, D5 and 6B. RGB value is (90,213,107). Sum of RGB (Red+Green+Blue) = 90+213+107=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD56B is #A52A94. Grayscale: #A4A4A4. Windows color (decimal): -10824341 or 7066970. OLE color: 7066970.
HSL color Cylindrical-coordinate representation of color #5AD56B: hue angle of 128.29º 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 #5AD56B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 107 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.16 |
| HSL | 128.29º | 0.59% | 0.59% | - |
| HSV(B) | 128.29º | 0.58% | 0.84% | - |
| XYZ | 30.66 | 50.82 | 22.1 | - |
| YUV | 164.14 | 95.75 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 107 | 0.58 | 0 | 0.50 | 0.16 | 128.29 | 0.59 | 0.59 |
| Hex | 5A | D5 | 6B | 3A | 0 | 32 | 10 | 80 | 3B | 3B |
| Octal | 132 | 325 | 153 | 72 | 0 | 62 | 20 | 200 | 73 | 73 |
| Binary | 1011010 | 11010101 | 1101011 | 111010 | 0 | 110010 | 10000 | 10000000 | 111011 | 111011 |
Color Harmonies of #5AD56B
Complementary color
Monochromatic Colors of #5AD56B
Black with #5AD56B
Text Example
Text Example
White with #5AD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD56B; }
p { color: rgb(90,213,107); }
H1.HeaderClassName
{
color: #5AD56B;
}
.AnyTagClassName
{
color: #5AD56B;
}
</style>
background-color css
<style>
a { background-color: #5AD56B; }
a { background-color: rgb(90,213,107); }
div.DivClassName
{
background-color: #5AD56B;
}
.BgClassName
{
background-color: #5AD56B;
}
</style>
border-color css
<style>
span { border-color: #5AD56B; }
span { border-color: rgb(90,213,107); }
td.TdClassName
{
border-color: #5AD56B;
}
.TagClassName
{
border-color: #5AD56B;
}
</style>