Shades of Emerald #53F490
Tints of Emerald #53F490
RGB
CMYK
RGB Variations
Color information
#53F490 (or 0x53F490) is known color: Emerald. HEX triplet: 53, F4 and 90. RGB value is (83,244,144). Sum of RGB (Red+Green+Blue) = 83+244+144=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #53F490 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F490 is #AC0B6F. Grayscale: #B8B8B8. Windows color (decimal): -11275120 or 9499731. OLE color: 9499731.
HSL color Cylindrical-coordinate representation of color #53F490: hue angle of 142.73º 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 #53F490 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 244 | 144 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.04 |
| HSL | 142.73º | 0.88% | 0.64% | - |
| HSV(B) | 142.73º | 0.66% | 0.96% | - |
| XYZ | 40.95 | 68.55 | 37.46 | - |
| YUV | 184.46 | 105.16 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 144 | 0.66 | 0 | 0.41 | 0.04 | 142.73 | 0.88 | 0.64 |
| Hex | 53 | F4 | 90 | 42 | 0 | 29 | 4 | 8F | 58 | 40 |
| Octal | 123 | 364 | 220 | 102 | 0 | 51 | 4 | 217 | 130 | 100 |
| Binary | 1010011 | 11110100 | 10010000 | 1000010 | 0 | 101001 | 100 | 10001111 | 1011000 | 1000000 |
Color Harmonies of #53F490
Complementary color
Monochromatic Colors of #53F490
Black with #53F490
Text Example
Text Example
White with #53F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F490; }
p { color: rgb(83,244,144); }
H1.HeaderClassName
{
color: #53F490;
}
.AnyTagClassName
{
color: #53F490;
}
</style>
background-color css
<style>
a { background-color: #53F490; }
a { background-color: rgb(83,244,144); }
div.DivClassName
{
background-color: #53F490;
}
.BgClassName
{
background-color: #53F490;
}
</style>
border-color css
<style>
span { border-color: #53F490; }
span { border-color: rgb(83,244,144); }
td.TdClassName
{
border-color: #53F490;
}
.TagClassName
{
border-color: #53F490;
}
</style>