Shades of Emerald #53C46A
Tints of Emerald #53C46A
RGB
CMYK
RGB Variations
Color information
#53C46A (or 0x53C46A) is known color: Emerald. HEX triplet: 53, C4 and 6A. RGB value is (83,196,106). Sum of RGB (Red+Green+Blue) = 83+196+106=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #53C46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C46A is #AC3B95. Grayscale: #989898. Windows color (decimal): -11287446 or 6997075. OLE color: 6997075.
HSL color Cylindrical-coordinate representation of color #53C46A: hue angle of 132.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C46A is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 106 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.23 |
| HSL | 132.21º | 0.49% | 0.55% | - |
| HSV(B) | 132.21º | 0.58% | 0.77% | - |
| XYZ | 25.91 | 42.36 | 20.45 | - |
| YUV | 151.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 106 | 0.58 | 0 | 0.46 | 0.23 | 132.21 | 0.49 | 0.55 |
| Hex | 53 | C4 | 6A | 3A | 0 | 2E | 17 | 84 | 31 | 37 |
| Octal | 123 | 304 | 152 | 72 | 0 | 56 | 27 | 204 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1101010 | 111010 | 0 | 101110 | 10111 | 10000100 | 110001 | 110111 |
Color Harmonies of #53C46A
Complementary color
Monochromatic Colors of #53C46A
Black with #53C46A
Text Example
Text Example
White with #53C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C46A; }
p { color: rgb(83,196,106); }
H1.HeaderClassName
{
color: #53C46A;
}
.AnyTagClassName
{
color: #53C46A;
}
</style>
background-color css
<style>
a { background-color: #53C46A; }
a { background-color: rgb(83,196,106); }
div.DivClassName
{
background-color: #53C46A;
}
.BgClassName
{
background-color: #53C46A;
}
</style>
border-color css
<style>
span { border-color: #53C46A; }
span { border-color: rgb(83,196,106); }
td.TdClassName
{
border-color: #53C46A;
}
.TagClassName
{
border-color: #53C46A;
}
</style>