Shades of Emerald #53DD66
Tints of Emerald #53DD66
RGB
CMYK
RGB Variations
Color information
#53DD66 (or 0x53DD66) is known color: Emerald. HEX triplet: 53, DD and 66. RGB value is (83,221,102). Sum of RGB (Red+Green+Blue) = 83+221+102=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD66 is #AC2299. Grayscale: #A6A6A6. Windows color (decimal): -11281050 or 6741331. OLE color: 6741331.
HSL color Cylindrical-coordinate representation of color #53DD66: hue angle of 128.26º 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 #53DD66 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 102 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.13 |
| HSL | 128.26º | 0.67% | 0.6% | - |
| HSV(B) | 128.26º | 0.62% | 0.87% | - |
| XYZ | 31.82 | 54.51 | 21.41 | - |
| YUV | 166.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 102 | 0.62 | 0 | 0.54 | 0.13 | 128.26 | 0.67 | 0.6 |
| Hex | 53 | DD | 66 | 3E | 0 | 36 | D | 80 | 43 | 3C |
| Octal | 123 | 335 | 146 | 76 | 0 | 66 | 15 | 200 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1100110 | 111110 | 0 | 110110 | 1101 | 10000000 | 1000011 | 111100 |
Color Harmonies of #53DD66
Complementary color
Monochromatic Colors of #53DD66
Black with #53DD66
Text Example
Text Example
White with #53DD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD66; }
p { color: rgb(83,221,102); }
H1.HeaderClassName
{
color: #53DD66;
}
.AnyTagClassName
{
color: #53DD66;
}
</style>
background-color css
<style>
a { background-color: #53DD66; }
a { background-color: rgb(83,221,102); }
div.DivClassName
{
background-color: #53DD66;
}
.BgClassName
{
background-color: #53DD66;
}
</style>
border-color css
<style>
span { border-color: #53DD66; }
span { border-color: rgb(83,221,102); }
td.TdClassName
{
border-color: #53DD66;
}
.TagClassName
{
border-color: #53DD66;
}
</style>