Shades of Silver Tree #52C68E
Tints of Silver Tree #52C68E
RGB
CMYK
RGB Variations
Color information
#52C68E (or 0x52C68E) is known color: Silver Tree. HEX triplet: 52, C6 and 8E. RGB value is (82,198,142). Sum of RGB (Red+Green+Blue) = 82+198+142=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #52C68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C68E is #AD3971. Grayscale: #9D9D9D. Windows color (decimal): -11352434 or 9356882. OLE color: 9356882.
HSL color Cylindrical-coordinate representation of color #52C68E: hue angle of 151.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C68E is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 142 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.22 |
| HSL | 151.03º | 0.5% | 0.55% | - |
| HSV(B) | 151.03º | 0.59% | 0.78% | - |
| XYZ | 28.56 | 44.14 | 32.61 | - |
| YUV | 156.93 | 119.57 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 142 | 0.59 | 0 | 0.28 | 0.22 | 151.03 | 0.5 | 0.55 |
| Hex | 52 | C6 | 8E | 3B | 0 | 1C | 16 | 97 | 32 | 37 |
| Octal | 122 | 306 | 216 | 73 | 0 | 34 | 26 | 227 | 62 | 67 |
| Binary | 1010010 | 11000110 | 10001110 | 111011 | 0 | 11100 | 10110 | 10010111 | 110010 | 110111 |
Color Harmonies of #52C68E
Complementary color
Monochromatic Colors of #52C68E
Black with #52C68E
Text Example
Text Example
White with #52C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C68E; }
p { color: rgb(82,198,142); }
H1.HeaderClassName
{
color: #52C68E;
}
.AnyTagClassName
{
color: #52C68E;
}
</style>
background-color css
<style>
a { background-color: #52C68E; }
a { background-color: rgb(82,198,142); }
div.DivClassName
{
background-color: #52C68E;
}
.BgClassName
{
background-color: #52C68E;
}
</style>
border-color css
<style>
span { border-color: #52C68E; }
span { border-color: rgb(82,198,142); }
td.TdClassName
{
border-color: #52C68E;
}
.TagClassName
{
border-color: #52C68E;
}
</style>