Shades of Emerald #53F891
Tints of Emerald #53F891
RGB
CMYK
RGB Variations
Color information
#53F891 (or 0x53F891) is known color: Emerald. HEX triplet: 53, F8 and 91. RGB value is (83,248,145). Sum of RGB (Red+Green+Blue) = 83+248+145=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #53F891 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F891 is #AC076E. Grayscale: #BBBBBB. Windows color (decimal): -11274095 or 9566291. OLE color: 9566291.
HSL color Cylindrical-coordinate representation of color #53F891: hue angle of 142.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F891 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 248 | 145 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.03 |
| HSL | 142.55º | 0.92% | 0.65% | - |
| HSV(B) | 142.55º | 0.67% | 0.97% | - |
| XYZ | 42.25 | 71.02 | 38.27 | - |
| YUV | 186.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 248 | 145 | 0.67 | 0 | 0.42 | 0.03 | 142.55 | 0.92 | 0.65 |
| Hex | 53 | F8 | 91 | 43 | 0 | 2A | 3 | 8F | 5C | 41 |
| Octal | 123 | 370 | 221 | 103 | 0 | 52 | 3 | 217 | 134 | 101 |
| Binary | 1010011 | 11111000 | 10010001 | 1000011 | 0 | 101010 | 11 | 10001111 | 1011100 | 1000001 |
Color Harmonies of #53F891
Complementary color
Monochromatic Colors of #53F891
Black with #53F891
Text Example
Text Example
White with #53F891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F891; }
p { color: rgb(83,248,145); }
H1.HeaderClassName
{
color: #53F891;
}
.AnyTagClassName
{
color: #53F891;
}
</style>
background-color css
<style>
a { background-color: #53F891; }
a { background-color: rgb(83,248,145); }
div.DivClassName
{
background-color: #53F891;
}
.BgClassName
{
background-color: #53F891;
}
</style>
border-color css
<style>
span { border-color: #53F891; }
span { border-color: rgb(83,248,145); }
td.TdClassName
{
border-color: #53F891;
}
.TagClassName
{
border-color: #53F891;
}
</style>