Shades of Silver Tree #52C28C
Tints of Silver Tree #52C28C
RGB
CMYK
RGB Variations
Color information
#52C28C (or 0x52C28C) is known color: Silver Tree. HEX triplet: 52, C2 and 8C. RGB value is (82,194,140). Sum of RGB (Red+Green+Blue) = 82+194+140=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #52C28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C28C is #AD3D73. Grayscale: #9A9A9A. Windows color (decimal): -11353460 or 9224786. OLE color: 9224786.
HSL color Cylindrical-coordinate representation of color #52C28C: hue angle of 151.07º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C28C is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 140 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.24 |
| HSL | 151.07º | 0.48% | 0.54% | - |
| HSV(B) | 151.07º | 0.58% | 0.76% | - |
| XYZ | 27.51 | 42.27 | 31.52 | - |
| YUV | 154.36 | 119.89 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 140 | 0.58 | 0 | 0.28 | 0.24 | 151.07 | 0.48 | 0.54 |
| Hex | 52 | C2 | 8C | 3A | 0 | 1C | 18 | 97 | 30 | 36 |
| Octal | 122 | 302 | 214 | 72 | 0 | 34 | 30 | 227 | 60 | 66 |
| Binary | 1010010 | 11000010 | 10001100 | 111010 | 0 | 11100 | 11000 | 10010111 | 110000 | 110110 |
Color Harmonies of #52C28C
Complementary color
Monochromatic Colors of #52C28C
Black with #52C28C
Text Example
Text Example
White with #52C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C28C; }
p { color: rgb(82,194,140); }
H1.HeaderClassName
{
color: #52C28C;
}
.AnyTagClassName
{
color: #52C28C;
}
</style>
background-color css
<style>
a { background-color: #52C28C; }
a { background-color: rgb(82,194,140); }
div.DivClassName
{
background-color: #52C28C;
}
.BgClassName
{
background-color: #52C28C;
}
</style>
border-color css
<style>
span { border-color: #52C28C; }
span { border-color: rgb(82,194,140); }
td.TdClassName
{
border-color: #52C28C;
}
.TagClassName
{
border-color: #52C28C;
}
</style>