Shades of Emerald #5AD665
Tints of Emerald #5AD665
RGB
CMYK
RGB Variations
Color information
#5AD665 (or 0x5AD665) is known color: Emerald. HEX triplet: 5A, D6 and 65. RGB value is (90,214,101). Sum of RGB (Red+Green+Blue) = 90+214+101=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD665 is #A5299A. Grayscale: #A4A4A4. Windows color (decimal): -10824091 or 6674010. OLE color: 6674010.
HSL color Cylindrical-coordinate representation of color #5AD665: hue angle of 125.32º degrees, saturation: 0.6, 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 #5AD665 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 101 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.16 |
| HSL | 125.32º | 0.6% | 0.6% | - |
| HSV(B) | 125.32º | 0.58% | 0.84% | - |
| XYZ | 30.61 | 51.21 | 20.58 | - |
| YUV | 164.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 101 | 0.58 | 0 | 0.53 | 0.16 | 125.32 | 0.6 | 0.6 |
| Hex | 5A | D6 | 65 | 3A | 0 | 35 | 10 | 7D | 3C | 3C |
| Octal | 132 | 326 | 145 | 72 | 0 | 65 | 20 | 175 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1100101 | 111010 | 0 | 110101 | 10000 | 1111101 | 111100 | 111100 |
Color Harmonies of #5AD665
Complementary color
Monochromatic Colors of #5AD665
Black with #5AD665
Text Example
Text Example
White with #5AD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD665; }
p { color: rgb(90,214,101); }
H1.HeaderClassName
{
color: #5AD665;
}
.AnyTagClassName
{
color: #5AD665;
}
</style>
background-color css
<style>
a { background-color: #5AD665; }
a { background-color: rgb(90,214,101); }
div.DivClassName
{
background-color: #5AD665;
}
.BgClassName
{
background-color: #5AD665;
}
</style>
border-color css
<style>
span { border-color: #5AD665; }
span { border-color: rgb(90,214,101); }
td.TdClassName
{
border-color: #5AD665;
}
.TagClassName
{
border-color: #5AD665;
}
</style>