Shades of Emerald #53C06D
Tints of Emerald #53C06D
RGB
CMYK
RGB Variations
Color information
#53C06D (or 0x53C06D) is known color: Emerald. HEX triplet: 53, C0 and 6D. RGB value is (83,192,109). Sum of RGB (Red+Green+Blue) = 83+192+109=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #53C06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C06D is #AC3F92. Grayscale: #969696. Windows color (decimal): -11288467 or 7192659. OLE color: 7192659.
HSL color Cylindrical-coordinate representation of color #53C06D: hue angle of 134.31º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C06D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 109 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.25 |
| HSL | 134.31º | 0.46% | 0.54% | - |
| HSV(B) | 134.31º | 0.57% | 0.75% | - |
| XYZ | 25.18 | 40.64 | 20.99 | - |
| YUV | 149.95 | 104.89 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 109 | 0.57 | 0 | 0.43 | 0.25 | 134.31 | 0.46 | 0.54 |
| Hex | 53 | C0 | 6D | 39 | 0 | 2B | 19 | 86 | 2E | 36 |
| Octal | 123 | 300 | 155 | 71 | 0 | 53 | 31 | 206 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1101101 | 111001 | 0 | 101011 | 11001 | 10000110 | 101110 | 110110 |
Color Harmonies of #53C06D
Complementary color
Monochromatic Colors of #53C06D
Black with #53C06D
Text Example
Text Example
White with #53C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C06D; }
p { color: rgb(83,192,109); }
H1.HeaderClassName
{
color: #53C06D;
}
.AnyTagClassName
{
color: #53C06D;
}
</style>
background-color css
<style>
a { background-color: #53C06D; }
a { background-color: rgb(83,192,109); }
div.DivClassName
{
background-color: #53C06D;
}
.BgClassName
{
background-color: #53C06D;
}
</style>
border-color css
<style>
span { border-color: #53C06D; }
span { border-color: rgb(83,192,109); }
td.TdClassName
{
border-color: #53C06D;
}
.TagClassName
{
border-color: #53C06D;
}
</style>