Shades of Emerald #53F294
Tints of Emerald #53F294
RGB
CMYK
RGB Variations
Color information
#53F294 (or 0x53F294) is known color: Emerald. HEX triplet: 53, F2 and 94. RGB value is (83,242,148). Sum of RGB (Red+Green+Blue) = 83+242+148=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #53F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F294 is #AC0D6B. Grayscale: #B7B7B7. Windows color (decimal): -11275628 or 9761363. OLE color: 9761363.
HSL color Cylindrical-coordinate representation of color #53F294: hue angle of 144.53º 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 #53F294 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 148 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.05 |
| HSL | 144.53º | 0.86% | 0.64% | - |
| HSV(B) | 144.53º | 0.66% | 0.95% | - |
| XYZ | 40.66 | 67.48 | 38.9 | - |
| YUV | 183.74 | 107.82 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 148 | 0.66 | 0 | 0.39 | 0.05 | 144.53 | 0.86 | 0.64 |
| Hex | 53 | F2 | 94 | 42 | 0 | 27 | 5 | 91 | 56 | 40 |
| Octal | 123 | 362 | 224 | 102 | 0 | 47 | 5 | 221 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10010100 | 1000010 | 0 | 100111 | 101 | 10010001 | 1010110 | 1000000 |
Color Harmonies of #53F294
Complementary color
Monochromatic Colors of #53F294
Black with #53F294
Text Example
Text Example
White with #53F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F294; }
p { color: rgb(83,242,148); }
H1.HeaderClassName
{
color: #53F294;
}
.AnyTagClassName
{
color: #53F294;
}
</style>
background-color css
<style>
a { background-color: #53F294; }
a { background-color: rgb(83,242,148); }
div.DivClassName
{
background-color: #53F294;
}
.BgClassName
{
background-color: #53F294;
}
</style>
border-color css
<style>
span { border-color: #53F294; }
span { border-color: rgb(83,242,148); }
td.TdClassName
{
border-color: #53F294;
}
.TagClassName
{
border-color: #53F294;
}
</style>