Shades of Silver Tree #52CE8F
Tints of Silver Tree #52CE8F
RGB
CMYK
RGB Variations
Color information
#52CE8F (or 0x52CE8F) is known color: Silver Tree. HEX triplet: 52, CE and 8F. RGB value is (82,206,143). Sum of RGB (Red+Green+Blue) = 82+206+143=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE8F is #AD3170. Grayscale: #A1A1A1. Windows color (decimal): -11350385 or 9424466. OLE color: 9424466.
HSL color Cylindrical-coordinate representation of color #52CE8F: hue angle of 149.52º 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 #52CE8F is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 143 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.19 |
| HSL | 149.52º | 0.56% | 0.56% | - |
| HSV(B) | 149.52º | 0.6% | 0.81% | - |
| XYZ | 30.51 | 47.92 | 33.63 | - |
| YUV | 161.74 | 117.42 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 143 | 0.60 | 0 | 0.31 | 0.19 | 149.52 | 0.56 | 0.56 |
| Hex | 52 | CE | 8F | 3C | 0 | 1F | 13 | 96 | 38 | 38 |
| Octal | 122 | 316 | 217 | 74 | 0 | 37 | 23 | 226 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10001111 | 111100 | 0 | 11111 | 10011 | 10010110 | 111000 | 111000 |
Color Harmonies of #52CE8F
Complementary color
Monochromatic Colors of #52CE8F
Black with #52CE8F
Text Example
Text Example
White with #52CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE8F; }
p { color: rgb(82,206,143); }
H1.HeaderClassName
{
color: #52CE8F;
}
.AnyTagClassName
{
color: #52CE8F;
}
</style>
background-color css
<style>
a { background-color: #52CE8F; }
a { background-color: rgb(82,206,143); }
div.DivClassName
{
background-color: #52CE8F;
}
.BgClassName
{
background-color: #52CE8F;
}
</style>
border-color css
<style>
span { border-color: #52CE8F; }
span { border-color: rgb(82,206,143); }
td.TdClassName
{
border-color: #52CE8F;
}
.TagClassName
{
border-color: #52CE8F;
}
</style>