Shades of Emerald #53DD63
Tints of Emerald #53DD63
RGB
CMYK
RGB Variations
Color information
#53DD63 (or 0x53DD63) is known color: Emerald. HEX triplet: 53, DD and 63. RGB value is (83,221,99). Sum of RGB (Red+Green+Blue) = 83+221+99=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD63 is #AC229C. Grayscale: #A6A6A6. Windows color (decimal): -11281053 or 6544723. OLE color: 6544723.
HSL color Cylindrical-coordinate representation of color #53DD63: hue angle of 126.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 #53DD63 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 99 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.13 |
| HSL | 126.96º | 0.67% | 0.6% | - |
| HSV(B) | 126.96º | 0.62% | 0.87% | - |
| XYZ | 31.68 | 54.45 | 20.65 | - |
| YUV | 165.83 | 90.28 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 99 | 0.62 | 0 | 0.55 | 0.13 | 126.96 | 0.67 | 0.6 |
| Hex | 53 | DD | 63 | 3E | 0 | 37 | D | 7F | 43 | 3C |
| Octal | 123 | 335 | 143 | 76 | 0 | 67 | 15 | 177 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1100011 | 111110 | 0 | 110111 | 1101 | 1111111 | 1000011 | 111100 |
Color Harmonies of #53DD63
Complementary color
Monochromatic Colors of #53DD63
Black with #53DD63
Text Example
Text Example
White with #53DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD63; }
p { color: rgb(83,221,99); }
H1.HeaderClassName
{
color: #53DD63;
}
.AnyTagClassName
{
color: #53DD63;
}
</style>
background-color css
<style>
a { background-color: #53DD63; }
a { background-color: rgb(83,221,99); }
div.DivClassName
{
background-color: #53DD63;
}
.BgClassName
{
background-color: #53DD63;
}
</style>
border-color css
<style>
span { border-color: #53DD63; }
span { border-color: rgb(83,221,99); }
td.TdClassName
{
border-color: #53DD63;
}
.TagClassName
{
border-color: #53DD63;
}
</style>