Shades of Emerald #53DC70
Tints of Emerald #53DC70
RGB
CMYK
RGB Variations
Color information
#53DC70 (or 0x53DC70) is known color: Emerald. HEX triplet: 53, DC and 70. RGB value is (83,220,112). Sum of RGB (Red+Green+Blue) = 83+220+112=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC70 is #AC238F. Grayscale: #A7A7A7. Windows color (decimal): -11281296 or 7396435. OLE color: 7396435.
HSL color Cylindrical-coordinate representation of color #53DC70: hue angle of 132.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DC70 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 112 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.14 |
| HSL | 132.7º | 0.66% | 0.59% | - |
| HSV(B) | 132.7º | 0.62% | 0.86% | - |
| XYZ | 32.09 | 54.2 | 24.1 | - |
| YUV | 166.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 112 | 0.62 | 0 | 0.49 | 0.14 | 132.7 | 0.66 | 0.59 |
| Hex | 53 | DC | 70 | 3E | 0 | 31 | E | 85 | 42 | 3B |
| Octal | 123 | 334 | 160 | 76 | 0 | 61 | 16 | 205 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1110000 | 111110 | 0 | 110001 | 1110 | 10000101 | 1000010 | 111011 |
Color Harmonies of #53DC70
Complementary color
Monochromatic Colors of #53DC70
Black with #53DC70
Text Example
Text Example
White with #53DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC70; }
p { color: rgb(83,220,112); }
H1.HeaderClassName
{
color: #53DC70;
}
.AnyTagClassName
{
color: #53DC70;
}
</style>
background-color css
<style>
a { background-color: #53DC70; }
a { background-color: rgb(83,220,112); }
div.DivClassName
{
background-color: #53DC70;
}
.BgClassName
{
background-color: #53DC70;
}
</style>
border-color css
<style>
span { border-color: #53DC70; }
span { border-color: rgb(83,220,112); }
td.TdClassName
{
border-color: #53DC70;
}
.TagClassName
{
border-color: #53DC70;
}
</style>