Shades of Emerald #53D27E
Tints of Emerald #53D27E
RGB
CMYK
RGB Variations
Color information
#53D27E (or 0x53D27E) is known color: Emerald. HEX triplet: 53, D2 and 7E. RGB value is (83,210,126). Sum of RGB (Red+Green+Blue) = 83+210+126=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #53D27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D27E is #AC2D81. Grayscale: #A2A2A2. Windows color (decimal): -11283842 or 8311379. OLE color: 8311379.
HSL color Cylindrical-coordinate representation of color #53D27E: hue angle of 140.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D27E is Cyan = 0.60, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 126 | - |
| CMYK | 0.60 | 0 | 0.4 | 0.18 |
| HSL | 140.32º | 0.59% | 0.57% | - |
| HSV(B) | 140.32º | 0.6% | 0.82% | - |
| XYZ | 30.38 | 49.44 | 27.68 | - |
| YUV | 162.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 126 | 0.60 | 0 | 0.4 | 0.18 | 140.32 | 0.59 | 0.57 |
| Hex | 53 | D2 | 7E | 3C | 0 | 28 | 12 | 8C | 3B | 39 |
| Octal | 123 | 322 | 176 | 74 | 0 | 50 | 22 | 214 | 73 | 71 |
| Binary | 1010011 | 11010010 | 1111110 | 111100 | 0 | 101000 | 10010 | 10001100 | 111011 | 111001 |
Color Harmonies of #53D27E
Complementary color
Monochromatic Colors of #53D27E
Black with #53D27E
Text Example
Text Example
White with #53D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D27E; }
p { color: rgb(83,210,126); }
H1.HeaderClassName
{
color: #53D27E;
}
.AnyTagClassName
{
color: #53D27E;
}
</style>
background-color css
<style>
a { background-color: #53D27E; }
a { background-color: rgb(83,210,126); }
div.DivClassName
{
background-color: #53D27E;
}
.BgClassName
{
background-color: #53D27E;
}
</style>
border-color css
<style>
span { border-color: #53D27E; }
span { border-color: rgb(83,210,126); }
td.TdClassName
{
border-color: #53D27E;
}
.TagClassName
{
border-color: #53D27E;
}
</style>