Shades of Emerald #53D288
Tints of Emerald #53D288
RGB
CMYK
RGB Variations
Color information
#53D288 (or 0x53D288) is known color: Emerald. HEX triplet: 53, D2 and 88. RGB value is (83,210,136). Sum of RGB (Red+Green+Blue) = 83+210+136=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #53D288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D288 is #AC2D77. Grayscale: #A3A3A3. Windows color (decimal): -11283832 or 8966739. OLE color: 8966739.
HSL color Cylindrical-coordinate representation of color #53D288: hue angle of 145.04º 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 #53D288 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 136 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.18 |
| HSL | 145.04º | 0.59% | 0.57% | - |
| HSV(B) | 145.04º | 0.6% | 0.82% | - |
| XYZ | 31.06 | 49.71 | 31.25 | - |
| YUV | 163.59 | 112.42 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 136 | 0.60 | 0 | 0.35 | 0.18 | 145.04 | 0.59 | 0.57 |
| Hex | 53 | D2 | 88 | 3C | 0 | 23 | 12 | 91 | 3B | 39 |
| Octal | 123 | 322 | 210 | 74 | 0 | 43 | 22 | 221 | 73 | 71 |
| Binary | 1010011 | 11010010 | 10001000 | 111100 | 0 | 100011 | 10010 | 10010001 | 111011 | 111001 |
Color Harmonies of #53D288
Complementary color
Monochromatic Colors of #53D288
Black with #53D288
Text Example
Text Example
White with #53D288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D288; }
p { color: rgb(83,210,136); }
H1.HeaderClassName
{
color: #53D288;
}
.AnyTagClassName
{
color: #53D288;
}
</style>
background-color css
<style>
a { background-color: #53D288; }
a { background-color: rgb(83,210,136); }
div.DivClassName
{
background-color: #53D288;
}
.BgClassName
{
background-color: #53D288;
}
</style>
border-color css
<style>
span { border-color: #53D288; }
span { border-color: rgb(83,210,136); }
td.TdClassName
{
border-color: #53D288;
}
.TagClassName
{
border-color: #53D288;
}
</style>