Shades of Emerald #53F485
Tints of Emerald #53F485
RGB
CMYK
RGB Variations
Color information
#53F485 (or 0x53F485) is known color: Emerald. HEX triplet: 53, F4 and 85. RGB value is (83,244,133). Sum of RGB (Red+Green+Blue) = 83+244+133=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 244 (95.70% from 255 or 53.04% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 244 - color contains mainly: green. Hex color #53F485 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F485 is #AC0B7A. Grayscale: #B7B7B7. Windows color (decimal): -11275131 or 8778835. OLE color: 8778835.
HSL color Cylindrical-coordinate representation of color #53F485: hue angle of 138.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F485 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 244 | 133 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.04 |
| HSL | 138.63º | 0.88% | 0.64% | - |
| HSV(B) | 138.63º | 0.66% | 0.96% | - |
| XYZ | 40.15 | 68.23 | 33.24 | - |
| YUV | 183.21 | 99.66 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 133 | 0.66 | 0 | 0.45 | 0.04 | 138.63 | 0.88 | 0.64 |
| Hex | 53 | F4 | 85 | 42 | 0 | 2D | 4 | 8B | 58 | 40 |
| Octal | 123 | 364 | 205 | 102 | 0 | 55 | 4 | 213 | 130 | 100 |
| Binary | 1010011 | 11110100 | 10000101 | 1000010 | 0 | 101101 | 100 | 10001011 | 1011000 | 1000000 |
Color Harmonies of #53F485
Complementary color
Monochromatic Colors of #53F485
Black with #53F485
Text Example
Text Example
White with #53F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F485; }
p { color: rgb(83,244,133); }
H1.HeaderClassName
{
color: #53F485;
}
.AnyTagClassName
{
color: #53F485;
}
</style>
background-color css
<style>
a { background-color: #53F485; }
a { background-color: rgb(83,244,133); }
div.DivClassName
{
background-color: #53F485;
}
.BgClassName
{
background-color: #53F485;
}
</style>
border-color css
<style>
span { border-color: #53F485; }
span { border-color: rgb(83,244,133); }
td.TdClassName
{
border-color: #53F485;
}
.TagClassName
{
border-color: #53F485;
}
</style>