Shades of Emerald #53D770
Tints of Emerald #53D770
RGB
CMYK
RGB Variations
Color information
#53D770 (or 0x53D770) is known color: Emerald. HEX triplet: 53, D7 and 70. RGB value is (83,215,112). Sum of RGB (Red+Green+Blue) = 83+215+112=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #53D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D770 is #AC288F. Grayscale: #A4A4A4. Windows color (decimal): -11282576 or 7395155. OLE color: 7395155.
HSL color Cylindrical-coordinate representation of color #53D770: hue angle of 133.18º 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 #53D770 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 112 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.16 |
| HSL | 133.18º | 0.62% | 0.58% | - |
| HSV(B) | 133.18º | 0.61% | 0.84% | - |
| XYZ | 30.79 | 51.61 | 23.67 | - |
| YUV | 163.79 | 98.77 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 112 | 0.61 | 0 | 0.48 | 0.16 | 133.18 | 0.62 | 0.58 |
| Hex | 53 | D7 | 70 | 3D | 0 | 30 | 10 | 85 | 3E | 3A |
| Octal | 123 | 327 | 160 | 75 | 0 | 60 | 20 | 205 | 76 | 72 |
| Binary | 1010011 | 11010111 | 1110000 | 111101 | 0 | 110000 | 10000 | 10000101 | 111110 | 111010 |
Color Harmonies of #53D770
Complementary color
Monochromatic Colors of #53D770
Black with #53D770
Text Example
Text Example
White with #53D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D770; }
p { color: rgb(83,215,112); }
H1.HeaderClassName
{
color: #53D770;
}
.AnyTagClassName
{
color: #53D770;
}
</style>
background-color css
<style>
a { background-color: #53D770; }
a { background-color: rgb(83,215,112); }
div.DivClassName
{
background-color: #53D770;
}
.BgClassName
{
background-color: #53D770;
}
</style>
border-color css
<style>
span { border-color: #53D770; }
span { border-color: rgb(83,215,112); }
td.TdClassName
{
border-color: #53D770;
}
.TagClassName
{
border-color: #53D770;
}
</style>