Shades of Emerald #53CC73
Tints of Emerald #53CC73
RGB
CMYK
RGB Variations
Color information
#53CC73 (or 0x53CC73) is known color: Emerald. HEX triplet: 53, CC and 73. RGB value is (83,204,115). Sum of RGB (Red+Green+Blue) = 83+204+115=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC73 is #AC338C. Grayscale: #9D9D9D. Windows color (decimal): -11285389 or 7588947. OLE color: 7588947.
HSL color Cylindrical-coordinate representation of color #53CC73: hue angle of 135.87º 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 #53CC73 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 115 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.2 |
| HSL | 135.87º | 0.54% | 0.56% | - |
| HSV(B) | 135.87º | 0.59% | 0.8% | - |
| XYZ | 28.25 | 46.26 | 23.66 | - |
| YUV | 157.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 115 | 0.59 | 0 | 0.44 | 0.2 | 135.87 | 0.54 | 0.56 |
| Hex | 53 | CC | 73 | 3B | 0 | 2C | 14 | 88 | 36 | 38 |
| Octal | 123 | 314 | 163 | 73 | 0 | 54 | 24 | 210 | 66 | 70 |
| Binary | 1010011 | 11001100 | 1110011 | 111011 | 0 | 101100 | 10100 | 10001000 | 110110 | 111000 |
Color Harmonies of #53CC73
Complementary color
Monochromatic Colors of #53CC73
Black with #53CC73
Text Example
Text Example
White with #53CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC73; }
p { color: rgb(83,204,115); }
H1.HeaderClassName
{
color: #53CC73;
}
.AnyTagClassName
{
color: #53CC73;
}
</style>
background-color css
<style>
a { background-color: #53CC73; }
a { background-color: rgb(83,204,115); }
div.DivClassName
{
background-color: #53CC73;
}
.BgClassName
{
background-color: #53CC73;
}
</style>
border-color css
<style>
span { border-color: #53CC73; }
span { border-color: rgb(83,204,115); }
td.TdClassName
{
border-color: #53CC73;
}
.TagClassName
{
border-color: #53CC73;
}
</style>