Shades of Emerald #53ED80
Tints of Emerald #53ED80
RGB
CMYK
RGB Variations
Color information
#53ED80 (or 0x53ED80) is known color: Emerald. HEX triplet: 53, ED and 80. RGB value is (83,237,128). Sum of RGB (Red+Green+Blue) = 83+237+128=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #53ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53ED80 is #AC127F. Grayscale: #B2B2B2. Windows color (decimal): -11276928 or 8449363. OLE color: 8449363.
HSL color Cylindrical-coordinate representation of color #53ED80: hue angle of 137.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ED80 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 237 | 128 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.07 |
| HSL | 137.53º | 0.81% | 0.63% | - |
| HSV(B) | 137.53º | 0.65% | 0.93% | - |
| XYZ | 37.75 | 63.97 | 30.78 | - |
| YUV | 178.53 | 99.48 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 237 | 128 | 0.65 | 0 | 0.46 | 0.07 | 137.53 | 0.81 | 0.63 |
| Hex | 53 | ED | 80 | 41 | 0 | 2E | 7 | 8A | 51 | 3F |
| Octal | 123 | 355 | 200 | 101 | 0 | 56 | 7 | 212 | 121 | 77 |
| Binary | 1010011 | 11101101 | 10000000 | 1000001 | 0 | 101110 | 111 | 10001010 | 1010001 | 111111 |
Color Harmonies of #53ED80
Complementary color
Monochromatic Colors of #53ED80
Black with #53ED80
Text Example
Text Example
White with #53ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ED80; }
p { color: rgb(83,237,128); }
H1.HeaderClassName
{
color: #53ED80;
}
.AnyTagClassName
{
color: #53ED80;
}
</style>
background-color css
<style>
a { background-color: #53ED80; }
a { background-color: rgb(83,237,128); }
div.DivClassName
{
background-color: #53ED80;
}
.BgClassName
{
background-color: #53ED80;
}
</style>
border-color css
<style>
span { border-color: #53ED80; }
span { border-color: rgb(83,237,128); }
td.TdClassName
{
border-color: #53ED80;
}
.TagClassName
{
border-color: #53ED80;
}
</style>