Shades of Emerald #53CC6D
Tints of Emerald #53CC6D
RGB
CMYK
RGB Variations
Color information
#53CC6D (or 0x53CC6D) is known color: Emerald. HEX triplet: 53, CC and 6D. RGB value is (83,204,109). Sum of RGB (Red+Green+Blue) = 83+204+109=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC6D is #AC3392. Grayscale: #9D9D9D. Windows color (decimal): -11285395 or 7195731. OLE color: 7195731.
HSL color Cylindrical-coordinate representation of color #53CC6D: hue angle of 132.89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC6D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 109 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.2 |
| HSL | 132.89º | 0.54% | 0.56% | - |
| HSV(B) | 132.89º | 0.59% | 0.8% | - |
| XYZ | 27.92 | 46.13 | 21.9 | - |
| YUV | 156.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 109 | 0.59 | 0 | 0.47 | 0.2 | 132.89 | 0.54 | 0.56 |
| Hex | 53 | CC | 6D | 3B | 0 | 2F | 14 | 85 | 36 | 38 |
| Octal | 123 | 314 | 155 | 73 | 0 | 57 | 24 | 205 | 66 | 70 |
| Binary | 1010011 | 11001100 | 1101101 | 111011 | 0 | 101111 | 10100 | 10000101 | 110110 | 111000 |
Color Harmonies of #53CC6D
Complementary color
Monochromatic Colors of #53CC6D
Black with #53CC6D
Text Example
Text Example
White with #53CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC6D; }
p { color: rgb(83,204,109); }
H1.HeaderClassName
{
color: #53CC6D;
}
.AnyTagClassName
{
color: #53CC6D;
}
</style>
background-color css
<style>
a { background-color: #53CC6D; }
a { background-color: rgb(83,204,109); }
div.DivClassName
{
background-color: #53CC6D;
}
.BgClassName
{
background-color: #53CC6D;
}
</style>
border-color css
<style>
span { border-color: #53CC6D; }
span { border-color: rgb(83,204,109); }
td.TdClassName
{
border-color: #53CC6D;
}
.TagClassName
{
border-color: #53CC6D;
}
</style>