Shades of Silver Tree #52CA93
Tints of Silver Tree #52CA93
RGB
CMYK
RGB Variations
Color information
#52CA93 (or 0x52CA93) is known color: Silver Tree. HEX triplet: 52, CA and 93. RGB value is (82,202,147). Sum of RGB (Red+Green+Blue) = 82+202+147=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA93 is #AD356C. Grayscale: #9F9F9F. Windows color (decimal): -11351405 or 9685586. OLE color: 9685586.
HSL color Cylindrical-coordinate representation of color #52CA93: hue angle of 152.5º 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 #52CA93 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 147 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.21 |
| HSL | 152.5º | 0.53% | 0.56% | - |
| HSV(B) | 152.5º | 0.59% | 0.79% | - |
| XYZ | 29.87 | 46.14 | 34.94 | - |
| YUV | 159.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 147 | 0.59 | 0 | 0.27 | 0.21 | 152.5 | 0.53 | 0.56 |
| Hex | 52 | CA | 93 | 3B | 0 | 1B | 15 | 98 | 35 | 38 |
| Octal | 122 | 312 | 223 | 73 | 0 | 33 | 25 | 230 | 65 | 70 |
| Binary | 1010010 | 11001010 | 10010011 | 111011 | 0 | 11011 | 10101 | 10011000 | 110101 | 111000 |
Color Harmonies of #52CA93
Complementary color
Monochromatic Colors of #52CA93
Black with #52CA93
Text Example
Text Example
White with #52CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA93; }
p { color: rgb(82,202,147); }
H1.HeaderClassName
{
color: #52CA93;
}
.AnyTagClassName
{
color: #52CA93;
}
</style>
background-color css
<style>
a { background-color: #52CA93; }
a { background-color: rgb(82,202,147); }
div.DivClassName
{
background-color: #52CA93;
}
.BgClassName
{
background-color: #52CA93;
}
</style>
border-color css
<style>
span { border-color: #52CA93; }
span { border-color: rgb(82,202,147); }
td.TdClassName
{
border-color: #52CA93;
}
.TagClassName
{
border-color: #52CA93;
}
</style>