Shades of Emerald #53D990
Tints of Emerald #53D990
RGB
CMYK
RGB Variations
Color information
#53D990 (or 0x53D990) is known color: Emerald. HEX triplet: 53, D9 and 90. RGB value is (83,217,144). Sum of RGB (Red+Green+Blue) = 83+217+144=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #53D990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D990 is #AC266F. Grayscale: #A8A8A8. Windows color (decimal): -11282032 or 9492819. OLE color: 9492819.
HSL color Cylindrical-coordinate representation of color #53D990: hue angle of 147.31º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D990 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 144 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.15 |
| HSL | 147.31º | 0.64% | 0.59% | - |
| HSV(B) | 147.31º | 0.62% | 0.85% | - |
| XYZ | 33.41 | 53.48 | 34.95 | - |
| YUV | 168.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 144 | 0.62 | 0 | 0.34 | 0.15 | 147.31 | 0.64 | 0.59 |
| Hex | 53 | D9 | 90 | 3E | 0 | 22 | F | 93 | 40 | 3B |
| Octal | 123 | 331 | 220 | 76 | 0 | 42 | 17 | 223 | 100 | 73 |
| Binary | 1010011 | 11011001 | 10010000 | 111110 | 0 | 100010 | 1111 | 10010011 | 1000000 | 111011 |
Color Harmonies of #53D990
Complementary color
Monochromatic Colors of #53D990
Black with #53D990
Text Example
Text Example
White with #53D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D990; }
p { color: rgb(83,217,144); }
H1.HeaderClassName
{
color: #53D990;
}
.AnyTagClassName
{
color: #53D990;
}
</style>
background-color css
<style>
a { background-color: #53D990; }
a { background-color: rgb(83,217,144); }
div.DivClassName
{
background-color: #53D990;
}
.BgClassName
{
background-color: #53D990;
}
</style>
border-color css
<style>
span { border-color: #53D990; }
span { border-color: rgb(83,217,144); }
td.TdClassName
{
border-color: #53D990;
}
.TagClassName
{
border-color: #53D990;
}
</style>