Shades of Silver Tree #5CC48E
Tints of Silver Tree #5CC48E
RGB
CMYK
RGB Variations
Color information
#5CC48E (or 0x5CC48E) is known color: Silver Tree. HEX triplet: 5C, C4 and 8E. RGB value is (92,196,142). Sum of RGB (Red+Green+Blue) = 92+196+142=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC48E is #A33B71. Grayscale: #9E9E9E. Windows color (decimal): -10697586 or 9356380. OLE color: 9356380.
HSL color Cylindrical-coordinate representation of color #5CC48E: hue angle of 148.85º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC48E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 196 | 142 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.23 |
| HSL | 148.85º | 0.47% | 0.56% | - |
| HSV(B) | 148.85º | 0.53% | 0.77% | - |
| XYZ | 29.04 | 43.71 | 32.5 | - |
| YUV | 158.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 196 | 142 | 0.53 | 0 | 0.28 | 0.23 | 148.85 | 0.47 | 0.56 |
| Hex | 5C | C4 | 8E | 35 | 0 | 1C | 17 | 95 | 2F | 38 |
| Octal | 134 | 304 | 216 | 65 | 0 | 34 | 27 | 225 | 57 | 70 |
| Binary | 1011100 | 11000100 | 10001110 | 110101 | 0 | 11100 | 10111 | 10010101 | 101111 | 111000 |
Color Harmonies of #5CC48E
Complementary color
Monochromatic Colors of #5CC48E
Black with #5CC48E
Text Example
Text Example
White with #5CC48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC48E; }
p { color: rgb(92,196,142); }
H1.HeaderClassName
{
color: #5CC48E;
}
.AnyTagClassName
{
color: #5CC48E;
}
</style>
background-color css
<style>
a { background-color: #5CC48E; }
a { background-color: rgb(92,196,142); }
div.DivClassName
{
background-color: #5CC48E;
}
.BgClassName
{
background-color: #5CC48E;
}
</style>
border-color css
<style>
span { border-color: #5CC48E; }
span { border-color: rgb(92,196,142); }
td.TdClassName
{
border-color: #5CC48E;
}
.TagClassName
{
border-color: #5CC48E;
}
</style>