Shades of Silver Tree #53D492
Tints of Silver Tree #53D492
RGB
CMYK
RGB Variations
Color information
#53D492 (or 0x53D492) is known color: Silver Tree. HEX triplet: 53, D4 and 92. RGB value is (83,212,146). Sum of RGB (Red+Green+Blue) = 83+212+146=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #53D492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D492 is #AC2B6D. Grayscale: #A6A6A6. Windows color (decimal): -11283310 or 9622611. OLE color: 9622611.
HSL color Cylindrical-coordinate representation of color #53D492: hue angle of 149.3º degrees, saturation: 0.6, 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 #53D492 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 146 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.17 |
| HSL | 149.3º | 0.6% | 0.58% | - |
| HSV(B) | 149.3º | 0.61% | 0.83% | - |
| XYZ | 32.3 | 51 | 35.34 | - |
| YUV | 165.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 146 | 0.61 | 0 | 0.31 | 0.17 | 149.3 | 0.6 | 0.58 |
| Hex | 53 | D4 | 92 | 3D | 0 | 1F | 11 | 95 | 3C | 3A |
| Octal | 123 | 324 | 222 | 75 | 0 | 37 | 21 | 225 | 74 | 72 |
| Binary | 1010011 | 11010100 | 10010010 | 111101 | 0 | 11111 | 10001 | 10010101 | 111100 | 111010 |
Color Harmonies of #53D492
Complementary color
Monochromatic Colors of #53D492
Black with #53D492
Text Example
Text Example
White with #53D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D492; }
p { color: rgb(83,212,146); }
H1.HeaderClassName
{
color: #53D492;
}
.AnyTagClassName
{
color: #53D492;
}
</style>
background-color css
<style>
a { background-color: #53D492; }
a { background-color: rgb(83,212,146); }
div.DivClassName
{
background-color: #53D492;
}
.BgClassName
{
background-color: #53D492;
}
</style>
border-color css
<style>
span { border-color: #53D492; }
span { border-color: rgb(83,212,146); }
td.TdClassName
{
border-color: #53D492;
}
.TagClassName
{
border-color: #53D492;
}
</style>