Shades of Emerald #53CC6C
Tints of Emerald #53CC6C
RGB
CMYK
RGB Variations
Color information
#53CC6C (or 0x53CC6C) is known color: Emerald. HEX triplet: 53, CC and 6C. RGB value is (83,204,108). Sum of RGB (Red+Green+Blue) = 83+204+108=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC6C is #AC3393. Grayscale: #9D9D9D. Windows color (decimal): -11285396 or 7130195. OLE color: 7130195.
HSL color Cylindrical-coordinate representation of color #53CC6C: hue angle of 132.4º 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 #53CC6C is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 108 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.2 |
| HSL | 132.4º | 0.54% | 0.56% | - |
| HSV(B) | 132.4º | 0.59% | 0.8% | - |
| XYZ | 27.87 | 46.11 | 21.62 | - |
| YUV | 156.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 108 | 0.59 | 0 | 0.47 | 0.2 | 132.4 | 0.54 | 0.56 |
| Hex | 53 | CC | 6C | 3B | 0 | 2F | 14 | 84 | 36 | 38 |
| Octal | 123 | 314 | 154 | 73 | 0 | 57 | 24 | 204 | 66 | 70 |
| Binary | 1010011 | 11001100 | 1101100 | 111011 | 0 | 101111 | 10100 | 10000100 | 110110 | 111000 |
Color Harmonies of #53CC6C
Complementary color
Monochromatic Colors of #53CC6C
Black with #53CC6C
Text Example
Text Example
White with #53CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC6C; }
p { color: rgb(83,204,108); }
H1.HeaderClassName
{
color: #53CC6C;
}
.AnyTagClassName
{
color: #53CC6C;
}
</style>
background-color css
<style>
a { background-color: #53CC6C; }
a { background-color: rgb(83,204,108); }
div.DivClassName
{
background-color: #53CC6C;
}
.BgClassName
{
background-color: #53CC6C;
}
</style>
border-color css
<style>
span { border-color: #53CC6C; }
span { border-color: rgb(83,204,108); }
td.TdClassName
{
border-color: #53CC6C;
}
.TagClassName
{
border-color: #53CC6C;
}
</style>