Shades of Silver Tree #52CA94
Tints of Silver Tree #52CA94
RGB
CMYK
RGB Variations
Color information
#52CA94 (or 0x52CA94) is known color: Silver Tree. HEX triplet: 52, CA and 94. RGB value is (82,202,148). Sum of RGB (Red+Green+Blue) = 82+202+148=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA94 is #AD356B. Grayscale: #A0A0A0. Windows color (decimal): -11351404 or 9751122. OLE color: 9751122.
HSL color Cylindrical-coordinate representation of color #52CA94: hue angle of 153º 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 #52CA94 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 148 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.21 |
| HSL | 153º | 0.53% | 0.56% | - |
| HSV(B) | 153º | 0.59% | 0.79% | - |
| XYZ | 29.95 | 46.17 | 35.35 | - |
| YUV | 159.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 148 | 0.59 | 0 | 0.27 | 0.21 | 153 | 0.53 | 0.56 |
| Hex | 52 | CA | 94 | 3B | 0 | 1B | 15 | 99 | 35 | 38 |
| Octal | 122 | 312 | 224 | 73 | 0 | 33 | 25 | 231 | 65 | 70 |
| Binary | 1010010 | 11001010 | 10010100 | 111011 | 0 | 11011 | 10101 | 10011001 | 110101 | 111000 |
Color Harmonies of #52CA94
Complementary color
Monochromatic Colors of #52CA94
Black with #52CA94
Text Example
Text Example
White with #52CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA94; }
p { color: rgb(82,202,148); }
H1.HeaderClassName
{
color: #52CA94;
}
.AnyTagClassName
{
color: #52CA94;
}
</style>
background-color css
<style>
a { background-color: #52CA94; }
a { background-color: rgb(82,202,148); }
div.DivClassName
{
background-color: #52CA94;
}
.BgClassName
{
background-color: #52CA94;
}
</style>
border-color css
<style>
span { border-color: #52CA94; }
span { border-color: rgb(82,202,148); }
td.TdClassName
{
border-color: #52CA94;
}
.TagClassName
{
border-color: #52CA94;
}
</style>