Shades of Emerald #53DF6C
Tints of Emerald #53DF6C
RGB
CMYK
RGB Variations
Color information
#53DF6C (or 0x53DF6C) is known color: Emerald. HEX triplet: 53, DF and 6C. RGB value is (83,223,108). Sum of RGB (Red+Green+Blue) = 83+223+108=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DF6C is #AC2093. Grayscale: #A8A8A8. Windows color (decimal): -11280532 or 7135059. OLE color: 7135059.
HSL color Cylindrical-coordinate representation of color #53DF6C: hue angle of 130.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DF6C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 108 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.13 |
| HSL | 130.71º | 0.69% | 0.6% | - |
| HSV(B) | 130.71º | 0.63% | 0.87% | - |
| XYZ | 32.66 | 55.7 | 23.22 | - |
| YUV | 168.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 108 | 0.63 | 0 | 0.52 | 0.13 | 130.71 | 0.69 | 0.6 |
| Hex | 53 | DF | 6C | 3F | 0 | 34 | D | 83 | 45 | 3C |
| Octal | 123 | 337 | 154 | 77 | 0 | 64 | 15 | 203 | 105 | 74 |
| Binary | 1010011 | 11011111 | 1101100 | 111111 | 0 | 110100 | 1101 | 10000011 | 1000101 | 111100 |
Color Harmonies of #53DF6C
Complementary color
Monochromatic Colors of #53DF6C
Black with #53DF6C
Text Example
Text Example
White with #53DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF6C; }
p { color: rgb(83,223,108); }
H1.HeaderClassName
{
color: #53DF6C;
}
.AnyTagClassName
{
color: #53DF6C;
}
</style>
background-color css
<style>
a { background-color: #53DF6C; }
a { background-color: rgb(83,223,108); }
div.DivClassName
{
background-color: #53DF6C;
}
.BgClassName
{
background-color: #53DF6C;
}
</style>
border-color css
<style>
span { border-color: #53DF6C; }
span { border-color: rgb(83,223,108); }
td.TdClassName
{
border-color: #53DF6C;
}
.TagClassName
{
border-color: #53DF6C;
}
</style>