Shades of Emerald #53F393
Tints of Emerald #53F393
RGB
CMYK
RGB Variations
Color information
#53F393 (or 0x53F393) is known color: Emerald. HEX triplet: 53, F3 and 93. RGB value is (83,243,147). Sum of RGB (Red+Green+Blue) = 83+243+147=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #53F393 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F393 is #AC0C6C. Grayscale: #B8B8B8. Windows color (decimal): -11275373 or 9696083. OLE color: 9696083.
HSL color Cylindrical-coordinate representation of color #53F393: hue angle of 144º degrees, saturation: 0.87, 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 #53F393 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 147 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.05 |
| HSL | 144º | 0.87% | 0.64% | - |
| HSV(B) | 144º | 0.66% | 0.95% | - |
| XYZ | 40.88 | 68.05 | 38.58 | - |
| YUV | 184.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 147 | 0.66 | 0 | 0.40 | 0.05 | 144 | 0.87 | 0.64 |
| Hex | 53 | F3 | 93 | 42 | 0 | 28 | 5 | 90 | 57 | 40 |
| Octal | 123 | 363 | 223 | 102 | 0 | 50 | 5 | 220 | 127 | 100 |
| Binary | 1010011 | 11110011 | 10010011 | 1000010 | 0 | 101000 | 101 | 10010000 | 1010111 | 1000000 |
Color Harmonies of #53F393
Complementary color
Monochromatic Colors of #53F393
Black with #53F393
Text Example
Text Example
White with #53F393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F393; }
p { color: rgb(83,243,147); }
H1.HeaderClassName
{
color: #53F393;
}
.AnyTagClassName
{
color: #53F393;
}
</style>
background-color css
<style>
a { background-color: #53F393; }
a { background-color: rgb(83,243,147); }
div.DivClassName
{
background-color: #53F393;
}
.BgClassName
{
background-color: #53F393;
}
</style>
border-color css
<style>
span { border-color: #53F393; }
span { border-color: rgb(83,243,147); }
td.TdClassName
{
border-color: #53F393;
}
.TagClassName
{
border-color: #53F393;
}
</style>