Shades of Emerald #5ACC75
Tints of Emerald #5ACC75
RGB
CMYK
RGB Variations
Color information
#5ACC75 (or 0x5ACC75) is known color: Emerald. HEX triplet: 5A, CC and 75. RGB value is (90,204,117). Sum of RGB (Red+Green+Blue) = 90+204+117=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC75 is #A5338A. Grayscale: #A0A0A0. Windows color (decimal): -10826635 or 7720026. OLE color: 7720026.
HSL color Cylindrical-coordinate representation of color #5ACC75: hue angle of 134.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACC75 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 117 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.2 |
| HSL | 134.21º | 0.53% | 0.58% | - |
| HSV(B) | 134.21º | 0.56% | 0.8% | - |
| XYZ | 29.02 | 46.64 | 24.3 | - |
| YUV | 160 | 103.73 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 117 | 0.56 | 0 | 0.43 | 0.2 | 134.21 | 0.53 | 0.58 |
| Hex | 5A | CC | 75 | 38 | 0 | 2B | 14 | 86 | 35 | 3A |
| Octal | 132 | 314 | 165 | 70 | 0 | 53 | 24 | 206 | 65 | 72 |
| Binary | 1011010 | 11001100 | 1110101 | 111000 | 0 | 101011 | 10100 | 10000110 | 110101 | 111010 |
Color Harmonies of #5ACC75
Complementary color
Monochromatic Colors of #5ACC75
Black with #5ACC75
Text Example
Text Example
White with #5ACC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC75; }
p { color: rgb(90,204,117); }
H1.HeaderClassName
{
color: #5ACC75;
}
.AnyTagClassName
{
color: #5ACC75;
}
</style>
background-color css
<style>
a { background-color: #5ACC75; }
a { background-color: rgb(90,204,117); }
div.DivClassName
{
background-color: #5ACC75;
}
.BgClassName
{
background-color: #5ACC75;
}
</style>
border-color css
<style>
span { border-color: #5ACC75; }
span { border-color: rgb(90,204,117); }
td.TdClassName
{
border-color: #5ACC75;
}
.TagClassName
{
border-color: #5ACC75;
}
</style>