Shades of Emerald #5AD765
Tints of Emerald #5AD765
RGB
CMYK
RGB Variations
Color information
#5AD765 (or 0x5AD765) is known color: Emerald. HEX triplet: 5A, D7 and 65. RGB value is (90,215,101). Sum of RGB (Red+Green+Blue) = 90+215+101=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD765 is #A5289A. Grayscale: #A4A4A4. Windows color (decimal): -10823835 or 6674266. OLE color: 6674266.
HSL color Cylindrical-coordinate representation of color #5AD765: hue angle of 125.28º 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 #5AD765 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 101 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.16 |
| HSL | 125.28º | 0.61% | 0.6% | - |
| HSV(B) | 125.28º | 0.58% | 0.84% | - |
| XYZ | 30.87 | 51.71 | 20.67 | - |
| YUV | 164.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 101 | 0.58 | 0 | 0.53 | 0.16 | 125.28 | 0.61 | 0.6 |
| Hex | 5A | D7 | 65 | 3A | 0 | 35 | 10 | 7D | 3D | 3C |
| Octal | 132 | 327 | 145 | 72 | 0 | 65 | 20 | 175 | 75 | 74 |
| Binary | 1011010 | 11010111 | 1100101 | 111010 | 0 | 110101 | 10000 | 1111101 | 111101 | 111100 |
Color Harmonies of #5AD765
Complementary color
Monochromatic Colors of #5AD765
Black with #5AD765
Text Example
Text Example
White with #5AD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD765; }
p { color: rgb(90,215,101); }
H1.HeaderClassName
{
color: #5AD765;
}
.AnyTagClassName
{
color: #5AD765;
}
</style>
background-color css
<style>
a { background-color: #5AD765; }
a { background-color: rgb(90,215,101); }
div.DivClassName
{
background-color: #5AD765;
}
.BgClassName
{
background-color: #5AD765;
}
</style>
border-color css
<style>
span { border-color: #5AD765; }
span { border-color: rgb(90,215,101); }
td.TdClassName
{
border-color: #5AD765;
}
.TagClassName
{
border-color: #5AD765;
}
</style>