Shades of Emerald #53EE7C
Tints of Emerald #53EE7C
RGB
CMYK
RGB Variations
Color information
#53EE7C (or 0x53EE7C) is known color: Emerald. HEX triplet: 53, EE and 7C. RGB value is (83,238,124). Sum of RGB (Red+Green+Blue) = 83+238+124=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53EE7C is #AC1183. Grayscale: #B2B2B2. Windows color (decimal): -11276676 or 8187475. OLE color: 8187475.
HSL color Cylindrical-coordinate representation of color #53EE7C: hue angle of 135.87º degrees, saturation: 0.82, 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 #53EE7C is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 238 | 124 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.07 |
| HSL | 135.87º | 0.82% | 0.63% | - |
| HSV(B) | 135.87º | 0.65% | 0.93% | - |
| XYZ | 37.78 | 64.44 | 29.52 | - |
| YUV | 178.66 | 97.15 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 124 | 0.65 | 0 | 0.48 | 0.07 | 135.87 | 0.82 | 0.63 |
| Hex | 53 | EE | 7C | 41 | 0 | 30 | 7 | 88 | 52 | 3F |
| Octal | 123 | 356 | 174 | 101 | 0 | 60 | 7 | 210 | 122 | 77 |
| Binary | 1010011 | 11101110 | 1111100 | 1000001 | 0 | 110000 | 111 | 10001000 | 1010010 | 111111 |
Color Harmonies of #53EE7C
Complementary color
Monochromatic Colors of #53EE7C
Black with #53EE7C
Text Example
Text Example
White with #53EE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EE7C; }
p { color: rgb(83,238,124); }
H1.HeaderClassName
{
color: #53EE7C;
}
.AnyTagClassName
{
color: #53EE7C;
}
</style>
background-color css
<style>
a { background-color: #53EE7C; }
a { background-color: rgb(83,238,124); }
div.DivClassName
{
background-color: #53EE7C;
}
.BgClassName
{
background-color: #53EE7C;
}
</style>
border-color css
<style>
span { border-color: #53EE7C; }
span { border-color: rgb(83,238,124); }
td.TdClassName
{
border-color: #53EE7C;
}
.TagClassName
{
border-color: #53EE7C;
}
</style>