Shades of Emerald #53DD6C
Tints of Emerald #53DD6C
RGB
CMYK
RGB Variations
Color information
#53DD6C (or 0x53DD6C) is known color: Emerald. HEX triplet: 53, DD and 6C. RGB value is (83,221,108). Sum of RGB (Red+Green+Blue) = 83+221+108=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD6C is #AC2293. Grayscale: #A7A7A7. Windows color (decimal): -11281044 or 7134547. OLE color: 7134547.
HSL color Cylindrical-coordinate representation of color #53DD6C: hue angle of 130.87º 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 #53DD6C is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 108 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.13 |
| HSL | 130.87º | 0.67% | 0.6% | - |
| HSV(B) | 130.87º | 0.62% | 0.87% | - |
| XYZ | 32.13 | 54.63 | 23.04 | - |
| YUV | 166.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 108 | 0.62 | 0 | 0.51 | 0.13 | 130.87 | 0.67 | 0.6 |
| Hex | 53 | DD | 6C | 3E | 0 | 33 | D | 83 | 43 | 3C |
| Octal | 123 | 335 | 154 | 76 | 0 | 63 | 15 | 203 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1101100 | 111110 | 0 | 110011 | 1101 | 10000011 | 1000011 | 111100 |
Color Harmonies of #53DD6C
Complementary color
Monochromatic Colors of #53DD6C
Black with #53DD6C
Text Example
Text Example
White with #53DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD6C; }
p { color: rgb(83,221,108); }
H1.HeaderClassName
{
color: #53DD6C;
}
.AnyTagClassName
{
color: #53DD6C;
}
</style>
background-color css
<style>
a { background-color: #53DD6C; }
a { background-color: rgb(83,221,108); }
div.DivClassName
{
background-color: #53DD6C;
}
.BgClassName
{
background-color: #53DD6C;
}
</style>
border-color css
<style>
span { border-color: #53DD6C; }
span { border-color: rgb(83,221,108); }
td.TdClassName
{
border-color: #53DD6C;
}
.TagClassName
{
border-color: #53DD6C;
}
</style>