Shades of Emerald #53DD70
Tints of Emerald #53DD70
RGB
CMYK
RGB Variations
Color information
#53DD70 (or 0x53DD70) is known color: Emerald. HEX triplet: 53, DD and 70. RGB value is (83,221,112). Sum of RGB (Red+Green+Blue) = 83+221+112=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD70 is #AC228F. Grayscale: #A7A7A7. Windows color (decimal): -11281040 or 7396691. OLE color: 7396691.
HSL color Cylindrical-coordinate representation of color #53DD70: hue angle of 132.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DD70 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 112 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.13 |
| HSL | 132.61º | 0.67% | 0.6% | - |
| HSV(B) | 132.61º | 0.62% | 0.87% | - |
| XYZ | 32.35 | 54.72 | 24.19 | - |
| YUV | 167.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 112 | 0.62 | 0 | 0.49 | 0.13 | 132.61 | 0.67 | 0.6 |
| Hex | 53 | DD | 70 | 3E | 0 | 31 | D | 85 | 43 | 3C |
| Octal | 123 | 335 | 160 | 76 | 0 | 61 | 15 | 205 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1110000 | 111110 | 0 | 110001 | 1101 | 10000101 | 1000011 | 111100 |
Color Harmonies of #53DD70
Complementary color
Monochromatic Colors of #53DD70
Black with #53DD70
Text Example
Text Example
White with #53DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD70; }
p { color: rgb(83,221,112); }
H1.HeaderClassName
{
color: #53DD70;
}
.AnyTagClassName
{
color: #53DD70;
}
</style>
background-color css
<style>
a { background-color: #53DD70; }
a { background-color: rgb(83,221,112); }
div.DivClassName
{
background-color: #53DD70;
}
.BgClassName
{
background-color: #53DD70;
}
</style>
border-color css
<style>
span { border-color: #53DD70; }
span { border-color: rgb(83,221,112); }
td.TdClassName
{
border-color: #53DD70;
}
.TagClassName
{
border-color: #53DD70;
}
</style>