Shades of Emerald #53F28B
Tints of Emerald #53F28B
RGB
CMYK
RGB Variations
Color information
#53F28B (or 0x53F28B) is known color: Emerald. HEX triplet: 53, F2 and 8B. RGB value is (83,242,139). Sum of RGB (Red+Green+Blue) = 83+242+139=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #53F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F28B is #AC0D74. Grayscale: #B6B6B6. Windows color (decimal): -11275637 or 9171539. OLE color: 9171539.
HSL color Cylindrical-coordinate representation of color #53F28B: hue angle of 141.13º 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 #53F28B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 139 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.05 |
| HSL | 141.13º | 0.86% | 0.64% | - |
| HSV(B) | 141.13º | 0.66% | 0.95% | - |
| XYZ | 39.98 | 67.21 | 35.29 | - |
| YUV | 182.72 | 103.32 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 139 | 0.66 | 0 | 0.43 | 0.05 | 141.13 | 0.86 | 0.64 |
| Hex | 53 | F2 | 8B | 42 | 0 | 2B | 5 | 8D | 56 | 40 |
| Octal | 123 | 362 | 213 | 102 | 0 | 53 | 5 | 215 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10001011 | 1000010 | 0 | 101011 | 101 | 10001101 | 1010110 | 1000000 |
Color Harmonies of #53F28B
Complementary color
Monochromatic Colors of #53F28B
Black with #53F28B
Text Example
Text Example
White with #53F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F28B; }
p { color: rgb(83,242,139); }
H1.HeaderClassName
{
color: #53F28B;
}
.AnyTagClassName
{
color: #53F28B;
}
</style>
background-color css
<style>
a { background-color: #53F28B; }
a { background-color: rgb(83,242,139); }
div.DivClassName
{
background-color: #53F28B;
}
.BgClassName
{
background-color: #53F28B;
}
</style>
border-color css
<style>
span { border-color: #53F28B; }
span { border-color: rgb(83,242,139); }
td.TdClassName
{
border-color: #53F28B;
}
.TagClassName
{
border-color: #53F28B;
}
</style>