Shades of Emerald #53F184
Tints of Emerald #53F184
RGB
CMYK
RGB Variations
Color information
#53F184 (or 0x53F184) is known color: Emerald. HEX triplet: 53, F1 and 84. RGB value is (83,241,132). Sum of RGB (Red+Green+Blue) = 83+241+132=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #53F184 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F184 is #AC0E7B. Grayscale: #B5B5B5. Windows color (decimal): -11275900 or 8712531. OLE color: 8712531.
HSL color Cylindrical-coordinate representation of color #53F184: hue angle of 138.61º degrees, saturation: 0.85, 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 #53F184 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 132 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.05 |
| HSL | 138.61º | 0.85% | 0.64% | - |
| HSV(B) | 138.61º | 0.66% | 0.95% | - |
| XYZ | 39.19 | 66.42 | 32.58 | - |
| YUV | 181.33 | 100.15 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 132 | 0.66 | 0 | 0.45 | 0.05 | 138.61 | 0.85 | 0.64 |
| Hex | 53 | F1 | 84 | 42 | 0 | 2D | 5 | 8B | 55 | 40 |
| Octal | 123 | 361 | 204 | 102 | 0 | 55 | 5 | 213 | 125 | 100 |
| Binary | 1010011 | 11110001 | 10000100 | 1000010 | 0 | 101101 | 101 | 10001011 | 1010101 | 1000000 |
Color Harmonies of #53F184
Complementary color
Monochromatic Colors of #53F184
Black with #53F184
Text Example
Text Example
White with #53F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F184; }
p { color: rgb(83,241,132); }
H1.HeaderClassName
{
color: #53F184;
}
.AnyTagClassName
{
color: #53F184;
}
</style>
background-color css
<style>
a { background-color: #53F184; }
a { background-color: rgb(83,241,132); }
div.DivClassName
{
background-color: #53F184;
}
.BgClassName
{
background-color: #53F184;
}
</style>
border-color css
<style>
span { border-color: #53F184; }
span { border-color: rgb(83,241,132); }
td.TdClassName
{
border-color: #53F184;
}
.TagClassName
{
border-color: #53F184;
}
</style>