Shades of Emerald #5AD07F
Tints of Emerald #5AD07F
RGB
CMYK
RGB Variations
Color information
#5AD07F (or 0x5AD07F) is known color: Emerald. HEX triplet: 5A, D0 and 7F. RGB value is (90,208,127). Sum of RGB (Red+Green+Blue) = 90+208+127=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD07F is #A52F80. Grayscale: #A3A3A3. Windows color (decimal): -10825601 or 8376410. OLE color: 8376410.
HSL color Cylindrical-coordinate representation of color #5AD07F: hue angle of 138.81º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD07F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 127 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.18 |
| HSL | 138.81º | 0.56% | 0.58% | - |
| HSV(B) | 138.81º | 0.57% | 0.82% | - |
| XYZ | 30.6 | 48.82 | 27.89 | - |
| YUV | 163.48 | 107.41 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 127 | 0.57 | 0 | 0.39 | 0.18 | 138.81 | 0.56 | 0.58 |
| Hex | 5A | D0 | 7F | 39 | 0 | 27 | 12 | 8B | 38 | 3A |
| Octal | 132 | 320 | 177 | 71 | 0 | 47 | 22 | 213 | 70 | 72 |
| Binary | 1011010 | 11010000 | 1111111 | 111001 | 0 | 100111 | 10010 | 10001011 | 111000 | 111010 |
Color Harmonies of #5AD07F
Complementary color
Monochromatic Colors of #5AD07F
Black with #5AD07F
Text Example
Text Example
White with #5AD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD07F; }
p { color: rgb(90,208,127); }
H1.HeaderClassName
{
color: #5AD07F;
}
.AnyTagClassName
{
color: #5AD07F;
}
</style>
background-color css
<style>
a { background-color: #5AD07F; }
a { background-color: rgb(90,208,127); }
div.DivClassName
{
background-color: #5AD07F;
}
.BgClassName
{
background-color: #5AD07F;
}
</style>
border-color css
<style>
span { border-color: #5AD07F; }
span { border-color: rgb(90,208,127); }
td.TdClassName
{
border-color: #5AD07F;
}
.TagClassName
{
border-color: #5AD07F;
}
</style>