Shades of Silver Tree #52CE93
Tints of Silver Tree #52CE93
RGB
CMYK
RGB Variations
Color information
#52CE93 (or 0x52CE93) is known color: Silver Tree. HEX triplet: 52, CE and 93. RGB value is (82,206,147). Sum of RGB (Red+Green+Blue) = 82+206+147=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE93 is #AD316C. Grayscale: #A2A2A2. Windows color (decimal): -11350381 or 9686610. OLE color: 9686610.
HSL color Cylindrical-coordinate representation of color #52CE93: hue angle of 151.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE93 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 147 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.19 |
| HSL | 151.45º | 0.56% | 0.56% | - |
| HSV(B) | 151.45º | 0.6% | 0.81% | - |
| XYZ | 30.82 | 48.04 | 35.25 | - |
| YUV | 162.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 147 | 0.60 | 0 | 0.29 | 0.19 | 151.45 | 0.56 | 0.56 |
| Hex | 52 | CE | 93 | 3C | 0 | 1D | 13 | 97 | 38 | 38 |
| Octal | 122 | 316 | 223 | 74 | 0 | 35 | 23 | 227 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10010011 | 111100 | 0 | 11101 | 10011 | 10010111 | 111000 | 111000 |
Color Harmonies of #52CE93
Complementary color
Monochromatic Colors of #52CE93
Black with #52CE93
Text Example
Text Example
White with #52CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE93; }
p { color: rgb(82,206,147); }
H1.HeaderClassName
{
color: #52CE93;
}
.AnyTagClassName
{
color: #52CE93;
}
</style>
background-color css
<style>
a { background-color: #52CE93; }
a { background-color: rgb(82,206,147); }
div.DivClassName
{
background-color: #52CE93;
}
.BgClassName
{
background-color: #52CE93;
}
</style>
border-color css
<style>
span { border-color: #52CE93; }
span { border-color: rgb(82,206,147); }
td.TdClassName
{
border-color: #52CE93;
}
.TagClassName
{
border-color: #52CE93;
}
</style>