Shades of Silver Tree #53D390
Tints of Silver Tree #53D390
RGB
CMYK
RGB Variations
Color information
#53D390 (or 0x53D390) is known color: Silver Tree. HEX triplet: 53, D3 and 90. RGB value is (83,211,144). Sum of RGB (Red+Green+Blue) = 83+211+144=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #53D390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D390 is #AC2C6F. Grayscale: #A5A5A5. Windows color (decimal): -11283568 or 9491283. OLE color: 9491283.
HSL color Cylindrical-coordinate representation of color #53D390: hue angle of 148.59º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D390 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 211 | 144 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.17 |
| HSL | 148.59º | 0.59% | 0.58% | - |
| HSV(B) | 148.59º | 0.61% | 0.83% | - |
| XYZ | 31.9 | 50.44 | 34.44 | - |
| YUV | 165.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 144 | 0.61 | 0 | 0.32 | 0.17 | 148.59 | 0.59 | 0.58 |
| Hex | 53 | D3 | 90 | 3D | 0 | 20 | 11 | 95 | 3B | 3A |
| Octal | 123 | 323 | 220 | 75 | 0 | 40 | 21 | 225 | 73 | 72 |
| Binary | 1010011 | 11010011 | 10010000 | 111101 | 0 | 100000 | 10001 | 10010101 | 111011 | 111010 |
Color Harmonies of #53D390
Complementary color
Monochromatic Colors of #53D390
Black with #53D390
Text Example
Text Example
White with #53D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D390; }
p { color: rgb(83,211,144); }
H1.HeaderClassName
{
color: #53D390;
}
.AnyTagClassName
{
color: #53D390;
}
</style>
background-color css
<style>
a { background-color: #53D390; }
a { background-color: rgb(83,211,144); }
div.DivClassName
{
background-color: #53D390;
}
.BgClassName
{
background-color: #53D390;
}
</style>
border-color css
<style>
span { border-color: #53D390; }
span { border-color: rgb(83,211,144); }
td.TdClassName
{
border-color: #53D390;
}
.TagClassName
{
border-color: #53D390;
}
</style>