Shades of Emerald #53D083
Tints of Emerald #53D083
RGB
CMYK
RGB Variations
Color information
#53D083 (or 0x53D083) is known color: Emerald. HEX triplet: 53, D0 and 83. RGB value is (83,208,131). Sum of RGB (Red+Green+Blue) = 83+208+131=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #53D083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D083 is #AC2F7C. Grayscale: #A2A2A2. Windows color (decimal): -11284349 or 8638547. OLE color: 8638547.
HSL color Cylindrical-coordinate representation of color #53D083: hue angle of 143.04º degrees, saturation: 0.57, 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 #53D083 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 131 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.18 |
| HSL | 143.04º | 0.57% | 0.57% | - |
| HSV(B) | 143.04º | 0.6% | 0.82% | - |
| XYZ | 30.22 | 48.59 | 29.26 | - |
| YUV | 161.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 131 | 0.60 | 0 | 0.37 | 0.18 | 143.04 | 0.57 | 0.57 |
| Hex | 53 | D0 | 83 | 3C | 0 | 25 | 12 | 8F | 39 | 39 |
| Octal | 123 | 320 | 203 | 74 | 0 | 45 | 22 | 217 | 71 | 71 |
| Binary | 1010011 | 11010000 | 10000011 | 111100 | 0 | 100101 | 10010 | 10001111 | 111001 | 111001 |
Color Harmonies of #53D083
Complementary color
Monochromatic Colors of #53D083
Black with #53D083
Text Example
Text Example
White with #53D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D083; }
p { color: rgb(83,208,131); }
H1.HeaderClassName
{
color: #53D083;
}
.AnyTagClassName
{
color: #53D083;
}
</style>
background-color css
<style>
a { background-color: #53D083; }
a { background-color: rgb(83,208,131); }
div.DivClassName
{
background-color: #53D083;
}
.BgClassName
{
background-color: #53D083;
}
</style>
border-color css
<style>
span { border-color: #53D083; }
span { border-color: rgb(83,208,131); }
td.TdClassName
{
border-color: #53D083;
}
.TagClassName
{
border-color: #53D083;
}
</style>