Shades of Emerald #53DD7A
Tints of Emerald #53DD7A
RGB
CMYK
RGB Variations
Color information
#53DD7A (or 0x53DD7A) is known color: Emerald. HEX triplet: 53, DD and 7A. RGB value is (83,221,122). Sum of RGB (Red+Green+Blue) = 83+221+122=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD7A is #AC2285. Grayscale: #A8A8A8. Windows color (decimal): -11281030 or 8052051. OLE color: 8052051.
HSL color Cylindrical-coordinate representation of color #53DD7A: hue angle of 136.96º 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 #53DD7A is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 122 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.13 |
| HSL | 136.96º | 0.67% | 0.6% | - |
| HSV(B) | 136.96º | 0.62% | 0.87% | - |
| XYZ | 32.94 | 54.96 | 27.28 | - |
| YUV | 168.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 122 | 0.62 | 0 | 0.45 | 0.13 | 136.96 | 0.67 | 0.6 |
| Hex | 53 | DD | 7A | 3E | 0 | 2D | D | 89 | 43 | 3C |
| Octal | 123 | 335 | 172 | 76 | 0 | 55 | 15 | 211 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1111010 | 111110 | 0 | 101101 | 1101 | 10001001 | 1000011 | 111100 |
Color Harmonies of #53DD7A
Complementary color
Monochromatic Colors of #53DD7A
Black with #53DD7A
Text Example
Text Example
White with #53DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD7A; }
p { color: rgb(83,221,122); }
H1.HeaderClassName
{
color: #53DD7A;
}
.AnyTagClassName
{
color: #53DD7A;
}
</style>
background-color css
<style>
a { background-color: #53DD7A; }
a { background-color: rgb(83,221,122); }
div.DivClassName
{
background-color: #53DD7A;
}
.BgClassName
{
background-color: #53DD7A;
}
</style>
border-color css
<style>
span { border-color: #53DD7A; }
span { border-color: rgb(83,221,122); }
td.TdClassName
{
border-color: #53DD7A;
}
.TagClassName
{
border-color: #53DD7A;
}
</style>