Shades of Emerald #53C970
Tints of Emerald #53C970
RGB
CMYK
RGB Variations
Color information
#53C970 (or 0x53C970) is known color: Emerald. HEX triplet: 53, C9 and 70. RGB value is (83,201,112). Sum of RGB (Red+Green+Blue) = 83+201+112=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #53C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C970 is #AC368F. Grayscale: #9B9B9B. Windows color (decimal): -11286160 or 7391571. OLE color: 7391571.
HSL color Cylindrical-coordinate representation of color #53C970: hue angle of 134.75º degrees, saturation: 0.52, 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 #53C970 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 112 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.21 |
| HSL | 134.75º | 0.52% | 0.56% | - |
| HSV(B) | 134.75º | 0.59% | 0.79% | - |
| XYZ | 27.38 | 44.78 | 22.53 | - |
| YUV | 155.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 112 | 0.59 | 0 | 0.44 | 0.21 | 134.75 | 0.52 | 0.56 |
| Hex | 53 | C9 | 70 | 3B | 0 | 2C | 15 | 87 | 34 | 38 |
| Octal | 123 | 311 | 160 | 73 | 0 | 54 | 25 | 207 | 64 | 70 |
| Binary | 1010011 | 11001001 | 1110000 | 111011 | 0 | 101100 | 10101 | 10000111 | 110100 | 111000 |
Color Harmonies of #53C970
Complementary color
Monochromatic Colors of #53C970
Black with #53C970
Text Example
Text Example
White with #53C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C970; }
p { color: rgb(83,201,112); }
H1.HeaderClassName
{
color: #53C970;
}
.AnyTagClassName
{
color: #53C970;
}
</style>
background-color css
<style>
a { background-color: #53C970; }
a { background-color: rgb(83,201,112); }
div.DivClassName
{
background-color: #53C970;
}
.BgClassName
{
background-color: #53C970;
}
</style>
border-color css
<style>
span { border-color: #53C970; }
span { border-color: rgb(83,201,112); }
td.TdClassName
{
border-color: #53C970;
}
.TagClassName
{
border-color: #53C970;
}
</style>