Shades of Emerald #53EC7F
Tints of Emerald #53EC7F
RGB
CMYK
RGB Variations
Color information
#53EC7F (or 0x53EC7F) is known color: Emerald. HEX triplet: 53, EC and 7F. RGB value is (83,236,127). Sum of RGB (Red+Green+Blue) = 83+236+127=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53EC7F is #AC1380. Grayscale: #B2B2B2. Windows color (decimal): -11277185 or 8383571. OLE color: 8383571.
HSL color Cylindrical-coordinate representation of color #53EC7F: hue angle of 137.25º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EC7F is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 127 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.07 |
| HSL | 137.25º | 0.8% | 0.63% | - |
| HSV(B) | 137.25º | 0.65% | 0.93% | - |
| XYZ | 37.39 | 63.36 | 30.34 | - |
| YUV | 177.83 | 99.31 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 127 | 0.65 | 0 | 0.46 | 0.07 | 137.25 | 0.8 | 0.63 |
| Hex | 53 | EC | 7F | 41 | 0 | 2E | 7 | 89 | 50 | 3F |
| Octal | 123 | 354 | 177 | 101 | 0 | 56 | 7 | 211 | 120 | 77 |
| Binary | 1010011 | 11101100 | 1111111 | 1000001 | 0 | 101110 | 111 | 10001001 | 1010000 | 111111 |
Color Harmonies of #53EC7F
Complementary color
Monochromatic Colors of #53EC7F
Black with #53EC7F
Text Example
Text Example
White with #53EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC7F; }
p { color: rgb(83,236,127); }
H1.HeaderClassName
{
color: #53EC7F;
}
.AnyTagClassName
{
color: #53EC7F;
}
</style>
background-color css
<style>
a { background-color: #53EC7F; }
a { background-color: rgb(83,236,127); }
div.DivClassName
{
background-color: #53EC7F;
}
.BgClassName
{
background-color: #53EC7F;
}
</style>
border-color css
<style>
span { border-color: #53EC7F; }
span { border-color: rgb(83,236,127); }
td.TdClassName
{
border-color: #53EC7F;
}
.TagClassName
{
border-color: #53EC7F;
}
</style>