Shades of Emerald #53DD60
Tints of Emerald #53DD60
RGB
CMYK
RGB Variations
Color information
#53DD60 (or 0x53DD60) is known color: Emerald. HEX triplet: 53, DD and 60. RGB value is (83,221,96). Sum of RGB (Red+Green+Blue) = 83+221+96=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD60 is #AC229F. Grayscale: #A5A5A5. Windows color (decimal): -11281056 or 6348115. OLE color: 6348115.
HSL color Cylindrical-coordinate representation of color #53DD60: hue angle of 125.65º 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 #53DD60 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 96 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.13 |
| HSL | 125.65º | 0.67% | 0.6% | - |
| HSV(B) | 125.65º | 0.62% | 0.87% | - |
| XYZ | 31.54 | 54.4 | 19.9 | - |
| YUV | 165.49 | 88.78 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 96 | 0.62 | 0 | 0.57 | 0.13 | 125.65 | 0.67 | 0.6 |
| Hex | 53 | DD | 60 | 3E | 0 | 39 | D | 7E | 43 | 3C |
| Octal | 123 | 335 | 140 | 76 | 0 | 71 | 15 | 176 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1100000 | 111110 | 0 | 111001 | 1101 | 1111110 | 1000011 | 111100 |
Color Harmonies of #53DD60
Complementary color
Monochromatic Colors of #53DD60
Black with #53DD60
Text Example
Text Example
White with #53DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD60; }
p { color: rgb(83,221,96); }
H1.HeaderClassName
{
color: #53DD60;
}
.AnyTagClassName
{
color: #53DD60;
}
</style>
background-color css
<style>
a { background-color: #53DD60; }
a { background-color: rgb(83,221,96); }
div.DivClassName
{
background-color: #53DD60;
}
.BgClassName
{
background-color: #53DD60;
}
</style>
border-color css
<style>
span { border-color: #53DD60; }
span { border-color: rgb(83,221,96); }
td.TdClassName
{
border-color: #53DD60;
}
.TagClassName
{
border-color: #53DD60;
}
</style>