Shades of Emerald #53FA93
Tints of Emerald #53FA93
RGB
CMYK
RGB Variations
Color information
#53FA93 (or 0x53FA93) is known color: Emerald. HEX triplet: 53, FA and 93. RGB value is (83,250,147). Sum of RGB (Red+Green+Blue) = 83+250+147=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FA93 is #AC056C. Grayscale: #BCBCBC. Windows color (decimal): -11273581 or 9697875. OLE color: 9697875.
HSL color Cylindrical-coordinate representation of color #53FA93: hue angle of 142.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FA93 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 147 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.02 |
| HSL | 142.99º | 0.94% | 0.65% | - |
| HSV(B) | 142.99º | 0.67% | 0.98% | - |
| XYZ | 43.02 | 72.32 | 39.29 | - |
| YUV | 188.33 | 104.67 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 147 | 0.67 | 0 | 0.41 | 0.02 | 142.99 | 0.94 | 0.65 |
| Hex | 53 | FA | 93 | 43 | 0 | 29 | 2 | 8F | 5E | 41 |
| Octal | 123 | 372 | 223 | 103 | 0 | 51 | 2 | 217 | 136 | 101 |
| Binary | 1010011 | 11111010 | 10010011 | 1000011 | 0 | 101001 | 10 | 10001111 | 1011110 | 1000001 |
Color Harmonies of #53FA93
Complementary color
Monochromatic Colors of #53FA93
Black with #53FA93
Text Example
Text Example
White with #53FA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FA93; }
p { color: rgb(83,250,147); }
H1.HeaderClassName
{
color: #53FA93;
}
.AnyTagClassName
{
color: #53FA93;
}
</style>
background-color css
<style>
a { background-color: #53FA93; }
a { background-color: rgb(83,250,147); }
div.DivClassName
{
background-color: #53FA93;
}
.BgClassName
{
background-color: #53FA93;
}
</style>
border-color css
<style>
span { border-color: #53FA93; }
span { border-color: rgb(83,250,147); }
td.TdClassName
{
border-color: #53FA93;
}
.TagClassName
{
border-color: #53FA93;
}
</style>