Shades of Emerald #53F28C
Tints of Emerald #53F28C
RGB
CMYK
RGB Variations
Color information
#53F28C (or 0x53F28C) is known color: Emerald. HEX triplet: 53, F2 and 8C. RGB value is (83,242,140). Sum of RGB (Red+Green+Blue) = 83+242+140=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #53F28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F28C is #AC0D73. Grayscale: #B7B7B7. Windows color (decimal): -11275636 or 9237075. OLE color: 9237075.
HSL color Cylindrical-coordinate representation of color #53F28C: hue angle of 141.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F28C is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 140 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.05 |
| HSL | 141.51º | 0.86% | 0.64% | - |
| HSV(B) | 141.51º | 0.66% | 0.95% | - |
| XYZ | 40.05 | 67.24 | 35.68 | - |
| YUV | 182.83 | 103.82 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 140 | 0.66 | 0 | 0.42 | 0.05 | 141.51 | 0.86 | 0.64 |
| Hex | 53 | F2 | 8C | 42 | 0 | 2A | 5 | 8E | 56 | 40 |
| Octal | 123 | 362 | 214 | 102 | 0 | 52 | 5 | 216 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10001100 | 1000010 | 0 | 101010 | 101 | 10001110 | 1010110 | 1000000 |
Color Harmonies of #53F28C
Complementary color
Monochromatic Colors of #53F28C
Black with #53F28C
Text Example
Text Example
White with #53F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F28C; }
p { color: rgb(83,242,140); }
H1.HeaderClassName
{
color: #53F28C;
}
.AnyTagClassName
{
color: #53F28C;
}
</style>
background-color css
<style>
a { background-color: #53F28C; }
a { background-color: rgb(83,242,140); }
div.DivClassName
{
background-color: #53F28C;
}
.BgClassName
{
background-color: #53F28C;
}
</style>
border-color css
<style>
span { border-color: #53F28C; }
span { border-color: rgb(83,242,140); }
td.TdClassName
{
border-color: #53F28C;
}
.TagClassName
{
border-color: #53F28C;
}
</style>