Shades of Emerald #53CA82
Tints of Emerald #53CA82
RGB
CMYK
RGB Variations
Color information
#53CA82 (or 0x53CA82) is known color: Emerald. HEX triplet: 53, CA and 82. RGB value is (83,202,130). Sum of RGB (Red+Green+Blue) = 83+202+130=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA82 is #AC357D. Grayscale: #9E9E9E. Windows color (decimal): -11285886 or 8571475. OLE color: 8571475.
HSL color Cylindrical-coordinate representation of color #53CA82: hue angle of 143.7º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA82 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 130 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.21 |
| HSL | 143.7º | 0.53% | 0.56% | - |
| HSV(B) | 143.7º | 0.59% | 0.79% | - |
| XYZ | 28.72 | 45.69 | 28.42 | - |
| YUV | 158.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 130 | 0.59 | 0 | 0.36 | 0.21 | 143.7 | 0.53 | 0.56 |
| Hex | 53 | CA | 82 | 3B | 0 | 24 | 15 | 90 | 35 | 38 |
| Octal | 123 | 312 | 202 | 73 | 0 | 44 | 25 | 220 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10000010 | 111011 | 0 | 100100 | 10101 | 10010000 | 110101 | 111000 |
Color Harmonies of #53CA82
Complementary color
Monochromatic Colors of #53CA82
Black with #53CA82
Text Example
Text Example
White with #53CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA82; }
p { color: rgb(83,202,130); }
H1.HeaderClassName
{
color: #53CA82;
}
.AnyTagClassName
{
color: #53CA82;
}
</style>
background-color css
<style>
a { background-color: #53CA82; }
a { background-color: rgb(83,202,130); }
div.DivClassName
{
background-color: #53CA82;
}
.BgClassName
{
background-color: #53CA82;
}
</style>
border-color css
<style>
span { border-color: #53CA82; }
span { border-color: rgb(83,202,130); }
td.TdClassName
{
border-color: #53CA82;
}
.TagClassName
{
border-color: #53CA82;
}
</style>