Shades of Emerald #53F190
Tints of Emerald #53F190
RGB
CMYK
RGB Variations
Color information
#53F190 (or 0x53F190) is known color: Emerald. HEX triplet: 53, F1 and 90. RGB value is (83,241,144). Sum of RGB (Red+Green+Blue) = 83+241+144=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #53F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F190 is #AC0E6F. Grayscale: #B6B6B6. Windows color (decimal): -11275888 or 9498963. OLE color: 9498963.
HSL color Cylindrical-coordinate representation of color #53F190: hue angle of 143.16º 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 #53F190 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 144 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.05 |
| HSL | 143.16º | 0.85% | 0.64% | - |
| HSV(B) | 143.16º | 0.66% | 0.95% | - |
| XYZ | 40.06 | 66.76 | 37.16 | - |
| YUV | 182.7 | 106.15 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 144 | 0.66 | 0 | 0.40 | 0.05 | 143.16 | 0.85 | 0.64 |
| Hex | 53 | F1 | 90 | 42 | 0 | 28 | 5 | 8F | 55 | 40 |
| Octal | 123 | 361 | 220 | 102 | 0 | 50 | 5 | 217 | 125 | 100 |
| Binary | 1010011 | 11110001 | 10010000 | 1000010 | 0 | 101000 | 101 | 10001111 | 1010101 | 1000000 |
Color Harmonies of #53F190
Complementary color
Monochromatic Colors of #53F190
Black with #53F190
Text Example
Text Example
White with #53F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F190; }
p { color: rgb(83,241,144); }
H1.HeaderClassName
{
color: #53F190;
}
.AnyTagClassName
{
color: #53F190;
}
</style>
background-color css
<style>
a { background-color: #53F190; }
a { background-color: rgb(83,241,144); }
div.DivClassName
{
background-color: #53F190;
}
.BgClassName
{
background-color: #53F190;
}
</style>
border-color css
<style>
span { border-color: #53F190; }
span { border-color: rgb(83,241,144); }
td.TdClassName
{
border-color: #53F190;
}
.TagClassName
{
border-color: #53F190;
}
</style>