Shades of Silver Tree #5CC38A
Tints of Silver Tree #5CC38A
RGB
CMYK
RGB Variations
Color information
#5CC38A (or 0x5CC38A) is known color: Silver Tree. HEX triplet: 5C, C3 and 8A. RGB value is (92,195,138). Sum of RGB (Red+Green+Blue) = 92+195+138=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC38A is #A33C75. Grayscale: #9D9D9D. Windows color (decimal): -10697846 or 9093980. OLE color: 9093980.
HSL color Cylindrical-coordinate representation of color #5CC38A: hue angle of 146.8º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC38A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 138 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.24 |
| HSL | 146.8º | 0.46% | 0.56% | - |
| HSV(B) | 146.8º | 0.53% | 0.76% | - |
| XYZ | 28.52 | 43.14 | 30.87 | - |
| YUV | 157.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 138 | 0.53 | 0 | 0.29 | 0.24 | 146.8 | 0.46 | 0.56 |
| Hex | 5C | C3 | 8A | 35 | 0 | 1D | 18 | 93 | 2E | 38 |
| Octal | 134 | 303 | 212 | 65 | 0 | 35 | 30 | 223 | 56 | 70 |
| Binary | 1011100 | 11000011 | 10001010 | 110101 | 0 | 11101 | 11000 | 10010011 | 101110 | 111000 |
Color Harmonies of #5CC38A
Complementary color
Monochromatic Colors of #5CC38A
Black with #5CC38A
Text Example
Text Example
White with #5CC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC38A; }
p { color: rgb(92,195,138); }
H1.HeaderClassName
{
color: #5CC38A;
}
.AnyTagClassName
{
color: #5CC38A;
}
</style>
background-color css
<style>
a { background-color: #5CC38A; }
a { background-color: rgb(92,195,138); }
div.DivClassName
{
background-color: #5CC38A;
}
.BgClassName
{
background-color: #5CC38A;
}
</style>
border-color css
<style>
span { border-color: #5CC38A; }
span { border-color: rgb(92,195,138); }
td.TdClassName
{
border-color: #5CC38A;
}
.TagClassName
{
border-color: #5CC38A;
}
</style>