Shades of Silver Tree #52CA92
Tints of Silver Tree #52CA92
RGB
CMYK
RGB Variations
Color information
#52CA92 (or 0x52CA92) is known color: Silver Tree. HEX triplet: 52, CA and 92. RGB value is (82,202,146). Sum of RGB (Red+Green+Blue) = 82+202+146=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA92 is #AD356D. Grayscale: #9F9F9F. Windows color (decimal): -11351406 or 9620050. OLE color: 9620050.
HSL color Cylindrical-coordinate representation of color #52CA92: hue angle of 152º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA92 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 146 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.21 |
| HSL | 152º | 0.53% | 0.56% | - |
| HSV(B) | 152º | 0.59% | 0.79% | - |
| XYZ | 29.79 | 46.11 | 34.52 | - |
| YUV | 159.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 146 | 0.59 | 0 | 0.28 | 0.21 | 152 | 0.53 | 0.56 |
| Hex | 52 | CA | 92 | 3B | 0 | 1C | 15 | 98 | 35 | 38 |
| Octal | 122 | 312 | 222 | 73 | 0 | 34 | 25 | 230 | 65 | 70 |
| Binary | 1010010 | 11001010 | 10010010 | 111011 | 0 | 11100 | 10101 | 10011000 | 110101 | 111000 |
Color Harmonies of #52CA92
Complementary color
Monochromatic Colors of #52CA92
Black with #52CA92
Text Example
Text Example
White with #52CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA92; }
p { color: rgb(82,202,146); }
H1.HeaderClassName
{
color: #52CA92;
}
.AnyTagClassName
{
color: #52CA92;
}
</style>
background-color css
<style>
a { background-color: #52CA92; }
a { background-color: rgb(82,202,146); }
div.DivClassName
{
background-color: #52CA92;
}
.BgClassName
{
background-color: #52CA92;
}
</style>
border-color css
<style>
span { border-color: #52CA92; }
span { border-color: rgb(82,202,146); }
td.TdClassName
{
border-color: #52CA92;
}
.TagClassName
{
border-color: #52CA92;
}
</style>