Shades of Emerald #53DD5E
Tints of Emerald #53DD5E
RGB
CMYK
RGB Variations
Color information
#53DD5E (or 0x53DD5E) is known color: Emerald. HEX triplet: 53, DD and 5E. RGB value is (83,221,94). Sum of RGB (Red+Green+Blue) = 83+221+94=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD5E is #AC22A1. Grayscale: #A5A5A5. Windows color (decimal): -11281058 or 6217043. OLE color: 6217043.
HSL color Cylindrical-coordinate representation of color #53DD5E: hue angle of 124.78º 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 #53DD5E is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 94 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.13 |
| HSL | 124.78º | 0.67% | 0.6% | - |
| HSV(B) | 124.78º | 0.62% | 0.87% | - |
| XYZ | 31.44 | 54.36 | 19.42 | - |
| YUV | 165.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 94 | 0.62 | 0 | 0.57 | 0.13 | 124.78 | 0.67 | 0.6 |
| Hex | 53 | DD | 5E | 3E | 0 | 39 | D | 7D | 43 | 3C |
| Octal | 123 | 335 | 136 | 76 | 0 | 71 | 15 | 175 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1011110 | 111110 | 0 | 111001 | 1101 | 1111101 | 1000011 | 111100 |
Color Harmonies of #53DD5E
Complementary color
Monochromatic Colors of #53DD5E
Black with #53DD5E
Text Example
Text Example
White with #53DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD5E; }
p { color: rgb(83,221,94); }
H1.HeaderClassName
{
color: #53DD5E;
}
.AnyTagClassName
{
color: #53DD5E;
}
</style>
background-color css
<style>
a { background-color: #53DD5E; }
a { background-color: rgb(83,221,94); }
div.DivClassName
{
background-color: #53DD5E;
}
.BgClassName
{
background-color: #53DD5E;
}
</style>
border-color css
<style>
span { border-color: #53DD5E; }
span { border-color: rgb(83,221,94); }
td.TdClassName
{
border-color: #53DD5E;
}
.TagClassName
{
border-color: #53DD5E;
}
</style>