Shades of Emerald #53CA80
Tints of Emerald #53CA80
RGB
CMYK
RGB Variations
Color information
#53CA80 (or 0x53CA80) is known color: Emerald. HEX triplet: 53, CA and 80. RGB value is (83,202,128). Sum of RGB (Red+Green+Blue) = 83+202+128=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA80 is #AC357F. Grayscale: #9E9E9E. Windows color (decimal): -11285888 or 8440403. OLE color: 8440403.
HSL color Cylindrical-coordinate representation of color #53CA80: hue angle of 142.69º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA80 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 128 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.21 |
| HSL | 142.69º | 0.53% | 0.56% | - |
| HSV(B) | 142.69º | 0.59% | 0.79% | - |
| XYZ | 28.58 | 45.64 | 27.72 | - |
| YUV | 157.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 128 | 0.59 | 0 | 0.37 | 0.21 | 142.69 | 0.53 | 0.56 |
| Hex | 53 | CA | 80 | 3B | 0 | 25 | 15 | 8F | 35 | 38 |
| Octal | 123 | 312 | 200 | 73 | 0 | 45 | 25 | 217 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10000000 | 111011 | 0 | 100101 | 10101 | 10001111 | 110101 | 111000 |
Color Harmonies of #53CA80
Complementary color
Monochromatic Colors of #53CA80
Black with #53CA80
Text Example
Text Example
White with #53CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA80; }
p { color: rgb(83,202,128); }
H1.HeaderClassName
{
color: #53CA80;
}
.AnyTagClassName
{
color: #53CA80;
}
</style>
background-color css
<style>
a { background-color: #53CA80; }
a { background-color: rgb(83,202,128); }
div.DivClassName
{
background-color: #53CA80;
}
.BgClassName
{
background-color: #53CA80;
}
</style>
border-color css
<style>
span { border-color: #53CA80; }
span { border-color: rgb(83,202,128); }
td.TdClassName
{
border-color: #53CA80;
}
.TagClassName
{
border-color: #53CA80;
}
</style>