Shades of Emerald #53DD78
Tints of Emerald #53DD78
RGB
CMYK
RGB Variations
Color information
#53DD78 (or 0x53DD78) is known color: Emerald. HEX triplet: 53, DD and 78. RGB value is (83,221,120). Sum of RGB (Red+Green+Blue) = 83+221+120=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD78 is #AC2287. Grayscale: #A8A8A8. Windows color (decimal): -11281032 or 7920979. OLE color: 7920979.
HSL color Cylindrical-coordinate representation of color #53DD78: hue angle of 136.09º 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 #53DD78 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 120 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.13 |
| HSL | 136.09º | 0.67% | 0.6% | - |
| HSV(B) | 136.09º | 0.62% | 0.87% | - |
| XYZ | 32.81 | 54.91 | 26.64 | - |
| YUV | 168.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 120 | 0.62 | 0 | 0.46 | 0.13 | 136.09 | 0.67 | 0.6 |
| Hex | 53 | DD | 78 | 3E | 0 | 2E | D | 88 | 43 | 3C |
| Octal | 123 | 335 | 170 | 76 | 0 | 56 | 15 | 210 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1111000 | 111110 | 0 | 101110 | 1101 | 10001000 | 1000011 | 111100 |
Color Harmonies of #53DD78
Complementary color
Monochromatic Colors of #53DD78
Black with #53DD78
Text Example
Text Example
White with #53DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD78; }
p { color: rgb(83,221,120); }
H1.HeaderClassName
{
color: #53DD78;
}
.AnyTagClassName
{
color: #53DD78;
}
</style>
background-color css
<style>
a { background-color: #53DD78; }
a { background-color: rgb(83,221,120); }
div.DivClassName
{
background-color: #53DD78;
}
.BgClassName
{
background-color: #53DD78;
}
</style>
border-color css
<style>
span { border-color: #53DD78; }
span { border-color: rgb(83,221,120); }
td.TdClassName
{
border-color: #53DD78;
}
.TagClassName
{
border-color: #53DD78;
}
</style>