Shades of Silver Tree #52BF8D
Tints of Silver Tree #52BF8D
RGB
CMYK
RGB Variations
Color information
#52BF8D (or 0x52BF8D) is known color: Silver Tree. HEX triplet: 52, BF and 8D. RGB value is (82,191,141). Sum of RGB (Red+Green+Blue) = 82+191+141=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BF8D is #AD4072. Grayscale: #989898. Windows color (decimal): -11354227 or 9289554. OLE color: 9289554.
HSL color Cylindrical-coordinate representation of color #52BF8D: hue angle of 152.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF8D is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 141 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.25 |
| HSL | 152.48º | 0.46% | 0.54% | - |
| HSV(B) | 152.48º | 0.57% | 0.75% | - |
| XYZ | 26.92 | 40.98 | 31.69 | - |
| YUV | 152.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 141 | 0.57 | 0 | 0.26 | 0.25 | 152.48 | 0.46 | 0.54 |
| Hex | 52 | BF | 8D | 39 | 0 | 1A | 19 | 98 | 2E | 36 |
| Octal | 122 | 277 | 215 | 71 | 0 | 32 | 31 | 230 | 56 | 66 |
| Binary | 1010010 | 10111111 | 10001101 | 111001 | 0 | 11010 | 11001 | 10011000 | 101110 | 110110 |
Color Harmonies of #52BF8D
Complementary color
Monochromatic Colors of #52BF8D
Black with #52BF8D
Text Example
Text Example
White with #52BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF8D; }
p { color: rgb(82,191,141); }
H1.HeaderClassName
{
color: #52BF8D;
}
.AnyTagClassName
{
color: #52BF8D;
}
</style>
background-color css
<style>
a { background-color: #52BF8D; }
a { background-color: rgb(82,191,141); }
div.DivClassName
{
background-color: #52BF8D;
}
.BgClassName
{
background-color: #52BF8D;
}
</style>
border-color css
<style>
span { border-color: #52BF8D; }
span { border-color: rgb(82,191,141); }
td.TdClassName
{
border-color: #52BF8D;
}
.TagClassName
{
border-color: #52BF8D;
}
</style>