Shades of Silver Tree #52D692
Tints of Silver Tree #52D692
RGB
CMYK
RGB Variations
Color information
#52D692 (or 0x52D692) is known color: Silver Tree. HEX triplet: 52, D6 and 92. RGB value is (82,214,146). Sum of RGB (Red+Green+Blue) = 82+214+146=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #52D692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D692 is #AD296D. Grayscale: #A6A6A6. Windows color (decimal): -11348334 or 9623122. OLE color: 9623122.
HSL color Cylindrical-coordinate representation of color #52D692: hue angle of 149.09º degrees, saturation: 0.62, 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 #52D692 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 146 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.16 |
| HSL | 149.09º | 0.62% | 0.58% | - |
| HSV(B) | 149.09º | 0.62% | 0.84% | - |
| XYZ | 32.71 | 51.96 | 35.5 | - |
| YUV | 166.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 146 | 0.62 | 0 | 0.32 | 0.16 | 149.09 | 0.62 | 0.58 |
| Hex | 52 | D6 | 92 | 3E | 0 | 20 | 10 | 95 | 3E | 3A |
| Octal | 122 | 326 | 222 | 76 | 0 | 40 | 20 | 225 | 76 | 72 |
| Binary | 1010010 | 11010110 | 10010010 | 111110 | 0 | 100000 | 10000 | 10010101 | 111110 | 111010 |
Color Harmonies of #52D692
Complementary color
Monochromatic Colors of #52D692
Black with #52D692
Text Example
Text Example
White with #52D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D692; }
p { color: rgb(82,214,146); }
H1.HeaderClassName
{
color: #52D692;
}
.AnyTagClassName
{
color: #52D692;
}
</style>
background-color css
<style>
a { background-color: #52D692; }
a { background-color: rgb(82,214,146); }
div.DivClassName
{
background-color: #52D692;
}
.BgClassName
{
background-color: #52D692;
}
</style>
border-color css
<style>
span { border-color: #52D692; }
span { border-color: rgb(82,214,146); }
td.TdClassName
{
border-color: #52D692;
}
.TagClassName
{
border-color: #52D692;
}
</style>