Shades of Emerald #53C46E
Tints of Emerald #53C46E
RGB
CMYK
RGB Variations
Color information
#53C46E (or 0x53C46E) is known color: Emerald. HEX triplet: 53, C4 and 6E. RGB value is (83,196,110). Sum of RGB (Red+Green+Blue) = 83+196+110=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #53C46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C46E is #AC3B91. Grayscale: #989898. Windows color (decimal): -11287442 or 7259219. OLE color: 7259219.
HSL color Cylindrical-coordinate representation of color #53C46E: hue angle of 134.34º 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 #53C46E is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 110 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.23 |
| HSL | 134.34º | 0.49% | 0.55% | - |
| HSV(B) | 134.34º | 0.58% | 0.77% | - |
| XYZ | 26.12 | 42.44 | 21.57 | - |
| YUV | 152.41 | 104.06 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 110 | 0.58 | 0 | 0.44 | 0.23 | 134.34 | 0.49 | 0.55 |
| Hex | 53 | C4 | 6E | 3A | 0 | 2C | 17 | 86 | 31 | 37 |
| Octal | 123 | 304 | 156 | 72 | 0 | 54 | 27 | 206 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1101110 | 111010 | 0 | 101100 | 10111 | 10000110 | 110001 | 110111 |
Color Harmonies of #53C46E
Complementary color
Monochromatic Colors of #53C46E
Black with #53C46E
Text Example
Text Example
White with #53C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C46E; }
p { color: rgb(83,196,110); }
H1.HeaderClassName
{
color: #53C46E;
}
.AnyTagClassName
{
color: #53C46E;
}
</style>
background-color css
<style>
a { background-color: #53C46E; }
a { background-color: rgb(83,196,110); }
div.DivClassName
{
background-color: #53C46E;
}
.BgClassName
{
background-color: #53C46E;
}
</style>
border-color css
<style>
span { border-color: #53C46E; }
span { border-color: rgb(83,196,110); }
td.TdClassName
{
border-color: #53C46E;
}
.TagClassName
{
border-color: #53C46E;
}
</style>