Shades of Emerald #53F592
Tints of Emerald #53F592
RGB
CMYK
RGB Variations
Color information
#53F592 (or 0x53F592) is known color: Emerald. HEX triplet: 53, F5 and 92. RGB value is (83,245,146). Sum of RGB (Red+Green+Blue) = 83+245+146=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #53F592 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F592 is #AC0A6D. Grayscale: #B9B9B9. Windows color (decimal): -11274862 or 9631059. OLE color: 9631059.
HSL color Cylindrical-coordinate representation of color #53F592: hue angle of 143.33º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F592 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 146 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.04 |
| HSL | 143.33º | 0.89% | 0.64% | - |
| HSV(B) | 143.33º | 0.66% | 0.96% | - |
| XYZ | 41.41 | 69.22 | 38.37 | - |
| YUV | 185.28 | 105.83 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 146 | 0.66 | 0 | 0.40 | 0.04 | 143.33 | 0.89 | 0.64 |
| Hex | 53 | F5 | 92 | 42 | 0 | 28 | 4 | 8F | 59 | 40 |
| Octal | 123 | 365 | 222 | 102 | 0 | 50 | 4 | 217 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10010010 | 1000010 | 0 | 101000 | 100 | 10001111 | 1011001 | 1000000 |
Color Harmonies of #53F592
Complementary color
Monochromatic Colors of #53F592
Black with #53F592
Text Example
Text Example
White with #53F592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F592; }
p { color: rgb(83,245,146); }
H1.HeaderClassName
{
color: #53F592;
}
.AnyTagClassName
{
color: #53F592;
}
</style>
background-color css
<style>
a { background-color: #53F592; }
a { background-color: rgb(83,245,146); }
div.DivClassName
{
background-color: #53F592;
}
.BgClassName
{
background-color: #53F592;
}
</style>
border-color css
<style>
span { border-color: #53F592; }
span { border-color: rgb(83,245,146); }
td.TdClassName
{
border-color: #53F592;
}
.TagClassName
{
border-color: #53F592;
}
</style>