Shades of Emerald #53F293
Tints of Emerald #53F293
RGB
CMYK
RGB Variations
Color information
#53F293 (or 0x53F293) is known color: Emerald. HEX triplet: 53, F2 and 93. RGB value is (83,242,147). Sum of RGB (Red+Green+Blue) = 83+242+147=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #53F293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F293 is #AC0D6C. Grayscale: #B7B7B7. Windows color (decimal): -11275629 or 9695827. OLE color: 9695827.
HSL color Cylindrical-coordinate representation of color #53F293: hue angle of 144.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F293 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 147 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.05 |
| HSL | 144.15º | 0.86% | 0.64% | - |
| HSV(B) | 144.15º | 0.66% | 0.95% | - |
| XYZ | 40.59 | 67.45 | 38.48 | - |
| YUV | 183.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 147 | 0.66 | 0 | 0.39 | 0.05 | 144.15 | 0.86 | 0.64 |
| Hex | 53 | F2 | 93 | 42 | 0 | 27 | 5 | 90 | 56 | 40 |
| Octal | 123 | 362 | 223 | 102 | 0 | 47 | 5 | 220 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10010011 | 1000010 | 0 | 100111 | 101 | 10010000 | 1010110 | 1000000 |
Color Harmonies of #53F293
Complementary color
Monochromatic Colors of #53F293
Black with #53F293
Text Example
Text Example
White with #53F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F293; }
p { color: rgb(83,242,147); }
H1.HeaderClassName
{
color: #53F293;
}
.AnyTagClassName
{
color: #53F293;
}
</style>
background-color css
<style>
a { background-color: #53F293; }
a { background-color: rgb(83,242,147); }
div.DivClassName
{
background-color: #53F293;
}
.BgClassName
{
background-color: #53F293;
}
</style>
border-color css
<style>
span { border-color: #53F293; }
span { border-color: rgb(83,242,147); }
td.TdClassName
{
border-color: #53F293;
}
.TagClassName
{
border-color: #53F293;
}
</style>