Shades of Silver Tree #5CC08A
Tints of Silver Tree #5CC08A
RGB
CMYK
RGB Variations
Color information
#5CC08A (or 0x5CC08A) is known color: Silver Tree. HEX triplet: 5C, C0 and 8A. RGB value is (92,192,138). Sum of RGB (Red+Green+Blue) = 92+192+138=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC08A is #A33F75. Grayscale: #9C9C9C. Windows color (decimal): -10698614 or 9093212. OLE color: 9093212.
HSL color Cylindrical-coordinate representation of color #5CC08A: hue angle of 147.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC08A is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 138 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.25 |
| HSL | 147.6º | 0.44% | 0.56% | - |
| HSV(B) | 147.6º | 0.52% | 0.75% | - |
| XYZ | 27.85 | 41.81 | 30.65 | - |
| YUV | 155.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 138 | 0.52 | 0 | 0.28 | 0.25 | 147.6 | 0.44 | 0.56 |
| Hex | 5C | C0 | 8A | 34 | 0 | 1C | 19 | 94 | 2C | 38 |
| Octal | 134 | 300 | 212 | 64 | 0 | 34 | 31 | 224 | 54 | 70 |
| Binary | 1011100 | 11000000 | 10001010 | 110100 | 0 | 11100 | 11001 | 10010100 | 101100 | 111000 |
Color Harmonies of #5CC08A
Complementary color
Monochromatic Colors of #5CC08A
Black with #5CC08A
Text Example
Text Example
White with #5CC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC08A; }
p { color: rgb(92,192,138); }
H1.HeaderClassName
{
color: #5CC08A;
}
.AnyTagClassName
{
color: #5CC08A;
}
</style>
background-color css
<style>
a { background-color: #5CC08A; }
a { background-color: rgb(92,192,138); }
div.DivClassName
{
background-color: #5CC08A;
}
.BgClassName
{
background-color: #5CC08A;
}
</style>
border-color css
<style>
span { border-color: #5CC08A; }
span { border-color: rgb(92,192,138); }
td.TdClassName
{
border-color: #5CC08A;
}
.TagClassName
{
border-color: #5CC08A;
}
</style>