Shades of Emerald #53CC81
Tints of Emerald #53CC81
RGB
CMYK
RGB Variations
Color information
#53CC81 (or 0x53CC81) is known color: Emerald. HEX triplet: 53, CC and 81. RGB value is (83,204,129). Sum of RGB (Red+Green+Blue) = 83+204+129=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC81 is #AC337E. Grayscale: #9F9F9F. Windows color (decimal): -11285375 or 8506451. OLE color: 8506451.
HSL color Cylindrical-coordinate representation of color #53CC81: hue angle of 142.81º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC81 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 129 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.2 |
| HSL | 142.81º | 0.54% | 0.56% | - |
| HSV(B) | 142.81º | 0.59% | 0.8% | - |
| XYZ | 29.12 | 46.61 | 28.23 | - |
| YUV | 159.27 | 110.91 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 129 | 0.59 | 0 | 0.37 | 0.2 | 142.81 | 0.54 | 0.56 |
| Hex | 53 | CC | 81 | 3B | 0 | 25 | 14 | 8F | 36 | 38 |
| Octal | 123 | 314 | 201 | 73 | 0 | 45 | 24 | 217 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10000001 | 111011 | 0 | 100101 | 10100 | 10001111 | 110110 | 111000 |
Color Harmonies of #53CC81
Complementary color
Monochromatic Colors of #53CC81
Black with #53CC81
Text Example
Text Example
White with #53CC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC81; }
p { color: rgb(83,204,129); }
H1.HeaderClassName
{
color: #53CC81;
}
.AnyTagClassName
{
color: #53CC81;
}
</style>
background-color css
<style>
a { background-color: #53CC81; }
a { background-color: rgb(83,204,129); }
div.DivClassName
{
background-color: #53CC81;
}
.BgClassName
{
background-color: #53CC81;
}
</style>
border-color css
<style>
span { border-color: #53CC81; }
span { border-color: rgb(83,204,129); }
td.TdClassName
{
border-color: #53CC81;
}
.TagClassName
{
border-color: #53CC81;
}
</style>