Shades of Silver Tree #53D795
Tints of Silver Tree #53D795
RGB
CMYK
RGB Variations
Color information
#53D795 (or 0x53D795) is known color: Silver Tree. HEX triplet: 53, D7 and 95. RGB value is (83,215,149). Sum of RGB (Red+Green+Blue) = 83+215+149=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #53D795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D795 is #AC286A. Grayscale: #A8A8A8. Windows color (decimal): -11282539 or 9819987. OLE color: 9819987.
HSL color Cylindrical-coordinate representation of color #53D795: hue angle of 150º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D795 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 149 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.16 |
| HSL | 150º | 0.62% | 0.58% | - |
| HSV(B) | 150º | 0.61% | 0.84% | - |
| XYZ | 33.29 | 52.61 | 36.83 | - |
| YUV | 168.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 149 | 0.61 | 0 | 0.31 | 0.16 | 150 | 0.62 | 0.58 |
| Hex | 53 | D7 | 95 | 3D | 0 | 1F | 10 | 96 | 3E | 3A |
| Octal | 123 | 327 | 225 | 75 | 0 | 37 | 20 | 226 | 76 | 72 |
| Binary | 1010011 | 11010111 | 10010101 | 111101 | 0 | 11111 | 10000 | 10010110 | 111110 | 111010 |
Color Harmonies of #53D795
Complementary color
Monochromatic Colors of #53D795
Black with #53D795
Text Example
Text Example
White with #53D795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D795; }
p { color: rgb(83,215,149); }
H1.HeaderClassName
{
color: #53D795;
}
.AnyTagClassName
{
color: #53D795;
}
</style>
background-color css
<style>
a { background-color: #53D795; }
a { background-color: rgb(83,215,149); }
div.DivClassName
{
background-color: #53D795;
}
.BgClassName
{
background-color: #53D795;
}
</style>
border-color css
<style>
span { border-color: #53D795; }
span { border-color: rgb(83,215,149); }
td.TdClassName
{
border-color: #53D795;
}
.TagClassName
{
border-color: #53D795;
}
</style>