Shades of Silver Tree #52CB96
Tints of Silver Tree #52CB96
RGB
CMYK
RGB Variations
Color information
#52CB96 (or 0x52CB96) is known color: Silver Tree. HEX triplet: 52, CB and 96. RGB value is (82,203,150). Sum of RGB (Red+Green+Blue) = 82+203+150=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CB96 is #AD3469. Grayscale: #A0A0A0. Windows color (decimal): -11351146 or 9882450. OLE color: 9882450.
HSL color Cylindrical-coordinate representation of color #52CB96: hue angle of 153.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB96 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 150 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.20 |
| HSL | 153.72º | 0.54% | 0.56% | - |
| HSV(B) | 153.72º | 0.6% | 0.8% | - |
| XYZ | 30.34 | 46.71 | 36.27 | - |
| YUV | 160.78 | 121.91 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 150 | 0.60 | 0 | 0.26 | 0.20 | 153.72 | 0.54 | 0.56 |
| Hex | 52 | CB | 96 | 3C | 0 | 1A | 14 | 9A | 36 | 38 |
| Octal | 122 | 313 | 226 | 74 | 0 | 32 | 24 | 232 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10010110 | 111100 | 0 | 11010 | 10100 | 10011010 | 110110 | 111000 |
Color Harmonies of #52CB96
Complementary color
Monochromatic Colors of #52CB96
Black with #52CB96
Text Example
Text Example
White with #52CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB96; }
p { color: rgb(82,203,150); }
H1.HeaderClassName
{
color: #52CB96;
}
.AnyTagClassName
{
color: #52CB96;
}
</style>
background-color css
<style>
a { background-color: #52CB96; }
a { background-color: rgb(82,203,150); }
div.DivClassName
{
background-color: #52CB96;
}
.BgClassName
{
background-color: #52CB96;
}
</style>
border-color css
<style>
span { border-color: #52CB96; }
span { border-color: rgb(82,203,150); }
td.TdClassName
{
border-color: #52CB96;
}
.TagClassName
{
border-color: #52CB96;
}
</style>