Shades of Emerald #53E792
Tints of Emerald #53E792
RGB
CMYK
RGB Variations
Color information
#53E792 (or 0x53E792) is known color: Emerald. HEX triplet: 53, E7 and 92. RGB value is (83,231,146). Sum of RGB (Red+Green+Blue) = 83+231+146=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #53E792 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E792 is #AC186D. Grayscale: #B1B1B1. Windows color (decimal): -11278446 or 9627475. OLE color: 9627475.
HSL color Cylindrical-coordinate representation of color #53E792: hue angle of 145.54º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E792 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 231 | 146 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.09 |
| HSL | 145.54º | 0.76% | 0.62% | - |
| HSV(B) | 145.54º | 0.64% | 0.91% | - |
| XYZ | 37.33 | 61.07 | 37.01 | - |
| YUV | 177.06 | 110.47 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 231 | 146 | 0.64 | 0 | 0.37 | 0.09 | 145.54 | 0.76 | 0.62 |
| Hex | 53 | E7 | 92 | 40 | 0 | 25 | 9 | 92 | 4C | 3E |
| Octal | 123 | 347 | 222 | 100 | 0 | 45 | 11 | 222 | 114 | 76 |
| Binary | 1010011 | 11100111 | 10010010 | 1000000 | 0 | 100101 | 1001 | 10010010 | 1001100 | 111110 |
Color Harmonies of #53E792
Complementary color
Monochromatic Colors of #53E792
Black with #53E792
Text Example
Text Example
White with #53E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E792; }
p { color: rgb(83,231,146); }
H1.HeaderClassName
{
color: #53E792;
}
.AnyTagClassName
{
color: #53E792;
}
</style>
background-color css
<style>
a { background-color: #53E792; }
a { background-color: rgb(83,231,146); }
div.DivClassName
{
background-color: #53E792;
}
.BgClassName
{
background-color: #53E792;
}
</style>
border-color css
<style>
span { border-color: #53E792; }
span { border-color: rgb(83,231,146); }
td.TdClassName
{
border-color: #53E792;
}
.TagClassName
{
border-color: #53E792;
}
</style>