Shades of Emerald #53DC76
Tints of Emerald #53DC76
RGB
CMYK
RGB Variations
Color information
#53DC76 (or 0x53DC76) is known color: Emerald. HEX triplet: 53, DC and 76. RGB value is (83,220,118). Sum of RGB (Red+Green+Blue) = 83+220+118=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC76 is #AC2389. Grayscale: #A7A7A7. Windows color (decimal): -11281290 or 7789651. OLE color: 7789651.
HSL color Cylindrical-coordinate representation of color #53DC76: hue angle of 135.33º 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 #53DC76 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 118 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.14 |
| HSL | 135.33º | 0.66% | 0.59% | - |
| HSV(B) | 135.33º | 0.62% | 0.86% | - |
| XYZ | 32.43 | 54.33 | 25.92 | - |
| YUV | 167.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 118 | 0.62 | 0 | 0.46 | 0.14 | 135.33 | 0.66 | 0.59 |
| Hex | 53 | DC | 76 | 3E | 0 | 2E | E | 87 | 42 | 3B |
| Octal | 123 | 334 | 166 | 76 | 0 | 56 | 16 | 207 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1110110 | 111110 | 0 | 101110 | 1110 | 10000111 | 1000010 | 111011 |
Color Harmonies of #53DC76
Complementary color
Monochromatic Colors of #53DC76
Black with #53DC76
Text Example
Text Example
White with #53DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC76; }
p { color: rgb(83,220,118); }
H1.HeaderClassName
{
color: #53DC76;
}
.AnyTagClassName
{
color: #53DC76;
}
</style>
background-color css
<style>
a { background-color: #53DC76; }
a { background-color: rgb(83,220,118); }
div.DivClassName
{
background-color: #53DC76;
}
.BgClassName
{
background-color: #53DC76;
}
</style>
border-color css
<style>
span { border-color: #53DC76; }
span { border-color: rgb(83,220,118); }
td.TdClassName
{
border-color: #53DC76;
}
.TagClassName
{
border-color: #53DC76;
}
</style>