Shades of Emerald #53D672
Tints of Emerald #53D672
RGB
CMYK
RGB Variations
Color information
#53D672 (or 0x53D672) is known color: Emerald. HEX triplet: 53, D6 and 72. RGB value is (83,214,114). Sum of RGB (Red+Green+Blue) = 83+214+114=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #53D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D672 is #AC298D. Grayscale: #A3A3A3. Windows color (decimal): -11282830 or 7525971. OLE color: 7525971.
HSL color Cylindrical-coordinate representation of color #53D672: hue angle of 134.2º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D672 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 114 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.16 |
| HSL | 134.2º | 0.62% | 0.58% | - |
| HSV(B) | 134.2º | 0.61% | 0.84% | - |
| XYZ | 30.65 | 51.15 | 24.18 | - |
| YUV | 163.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 114 | 0.61 | 0 | 0.47 | 0.16 | 134.2 | 0.62 | 0.58 |
| Hex | 53 | D6 | 72 | 3D | 0 | 2F | 10 | 86 | 3E | 3A |
| Octal | 123 | 326 | 162 | 75 | 0 | 57 | 20 | 206 | 76 | 72 |
| Binary | 1010011 | 11010110 | 1110010 | 111101 | 0 | 101111 | 10000 | 10000110 | 111110 | 111010 |
Color Harmonies of #53D672
Complementary color
Monochromatic Colors of #53D672
Black with #53D672
Text Example
Text Example
White with #53D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D672; }
p { color: rgb(83,214,114); }
H1.HeaderClassName
{
color: #53D672;
}
.AnyTagClassName
{
color: #53D672;
}
</style>
background-color css
<style>
a { background-color: #53D672; }
a { background-color: rgb(83,214,114); }
div.DivClassName
{
background-color: #53D672;
}
.BgClassName
{
background-color: #53D672;
}
</style>
border-color css
<style>
span { border-color: #53D672; }
span { border-color: rgb(83,214,114); }
td.TdClassName
{
border-color: #53D672;
}
.TagClassName
{
border-color: #53D672;
}
</style>