Shades of Emerald #53C872
Tints of Emerald #53C872
RGB
CMYK
RGB Variations
Color information
#53C872 (or 0x53C872) is known color: Emerald. HEX triplet: 53, C8 and 72. RGB value is (83,200,114). Sum of RGB (Red+Green+Blue) = 83+200+114=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #53C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C872 is #AC378D. Grayscale: #9B9B9B. Windows color (decimal): -11286414 or 7522387. OLE color: 7522387.
HSL color Cylindrical-coordinate representation of color #53C872: hue angle of 135.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C872 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 114 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.22 |
| HSL | 135.9º | 0.52% | 0.55% | - |
| HSV(B) | 135.9º | 0.59% | 0.78% | - |
| XYZ | 27.26 | 44.36 | 23.05 | - |
| YUV | 155.21 | 104.74 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 114 | 0.58 | 0 | 0.43 | 0.22 | 135.9 | 0.52 | 0.55 |
| Hex | 53 | C8 | 72 | 3A | 0 | 2B | 16 | 88 | 34 | 37 |
| Octal | 123 | 310 | 162 | 72 | 0 | 53 | 26 | 210 | 64 | 67 |
| Binary | 1010011 | 11001000 | 1110010 | 111010 | 0 | 101011 | 10110 | 10001000 | 110100 | 110111 |
Color Harmonies of #53C872
Complementary color
Monochromatic Colors of #53C872
Black with #53C872
Text Example
Text Example
White with #53C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C872; }
p { color: rgb(83,200,114); }
H1.HeaderClassName
{
color: #53C872;
}
.AnyTagClassName
{
color: #53C872;
}
</style>
background-color css
<style>
a { background-color: #53C872; }
a { background-color: rgb(83,200,114); }
div.DivClassName
{
background-color: #53C872;
}
.BgClassName
{
background-color: #53C872;
}
</style>
border-color css
<style>
span { border-color: #53C872; }
span { border-color: rgb(83,200,114); }
td.TdClassName
{
border-color: #53C872;
}
.TagClassName
{
border-color: #53C872;
}
</style>