Shades of Silver Tree #52D594
Tints of Silver Tree #52D594
RGB
CMYK
RGB Variations
Color information
#52D594 (or 0x52D594) is known color: Silver Tree. HEX triplet: 52, D5 and 94. RGB value is (82,213,148). Sum of RGB (Red+Green+Blue) = 82+213+148=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #52D594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D594 is #AD2A6B. Grayscale: #A6A6A6. Windows color (decimal): -11348588 or 9753938. OLE color: 9753938.
HSL color Cylindrical-coordinate representation of color #52D594: hue angle of 150.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D594 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 148 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.16 |
| HSL | 150.23º | 0.61% | 0.58% | - |
| HSV(B) | 150.23º | 0.62% | 0.84% | - |
| XYZ | 32.62 | 51.52 | 36.24 | - |
| YUV | 166.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 148 | 0.62 | 0 | 0.31 | 0.16 | 150.23 | 0.61 | 0.58 |
| Hex | 52 | D5 | 94 | 3E | 0 | 1F | 10 | 96 | 3D | 3A |
| Octal | 122 | 325 | 224 | 76 | 0 | 37 | 20 | 226 | 75 | 72 |
| Binary | 1010010 | 11010101 | 10010100 | 111110 | 0 | 11111 | 10000 | 10010110 | 111101 | 111010 |
Color Harmonies of #52D594
Complementary color
Monochromatic Colors of #52D594
Black with #52D594
Text Example
Text Example
White with #52D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D594; }
p { color: rgb(82,213,148); }
H1.HeaderClassName
{
color: #52D594;
}
.AnyTagClassName
{
color: #52D594;
}
</style>
background-color css
<style>
a { background-color: #52D594; }
a { background-color: rgb(82,213,148); }
div.DivClassName
{
background-color: #52D594;
}
.BgClassName
{
background-color: #52D594;
}
</style>
border-color css
<style>
span { border-color: #52D594; }
span { border-color: rgb(82,213,148); }
td.TdClassName
{
border-color: #52D594;
}
.TagClassName
{
border-color: #52D594;
}
</style>