Shades of Emerald #53F78C
Tints of Emerald #53F78C
RGB
CMYK
RGB Variations
Color information
#53F78C (or 0x53F78C) is known color: Emerald. HEX triplet: 53, F7 and 8C. RGB value is (83,247,140). Sum of RGB (Red+Green+Blue) = 83+247+140=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #53F78C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F78C is #AC0873. Grayscale: #BABABA. Windows color (decimal): -11274356 or 9238355. OLE color: 9238355.
HSL color Cylindrical-coordinate representation of color #53F78C: hue angle of 140.85º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F78C is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 247 | 140 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.03 |
| HSL | 140.85º | 0.91% | 0.65% | - |
| HSV(B) | 140.85º | 0.66% | 0.97% | - |
| XYZ | 41.56 | 70.25 | 36.18 | - |
| YUV | 185.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 247 | 140 | 0.66 | 0 | 0.43 | 0.03 | 140.85 | 0.91 | 0.65 |
| Hex | 53 | F7 | 8C | 42 | 0 | 2B | 3 | 8D | 5B | 41 |
| Octal | 123 | 367 | 214 | 102 | 0 | 53 | 3 | 215 | 133 | 101 |
| Binary | 1010011 | 11110111 | 10001100 | 1000010 | 0 | 101011 | 11 | 10001101 | 1011011 | 1000001 |
Color Harmonies of #53F78C
Complementary color
Monochromatic Colors of #53F78C
Black with #53F78C
Text Example
Text Example
White with #53F78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F78C; }
p { color: rgb(83,247,140); }
H1.HeaderClassName
{
color: #53F78C;
}
.AnyTagClassName
{
color: #53F78C;
}
</style>
background-color css
<style>
a { background-color: #53F78C; }
a { background-color: rgb(83,247,140); }
div.DivClassName
{
background-color: #53F78C;
}
.BgClassName
{
background-color: #53F78C;
}
</style>
border-color css
<style>
span { border-color: #53F78C; }
span { border-color: rgb(83,247,140); }
td.TdClassName
{
border-color: #53F78C;
}
.TagClassName
{
border-color: #53F78C;
}
</style>