Shades of Silver Tree #55C38A
Tints of Silver Tree #55C38A
RGB
CMYK
RGB Variations
Color information
#55C38A (or 0x55C38A) is known color: Silver Tree. HEX triplet: 55, C3 and 8A. RGB value is (85,195,138). Sum of RGB (Red+Green+Blue) = 85+195+138=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #55C38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C38A is #AA3C75. Grayscale: #9B9B9B. Windows color (decimal): -11156598 or 9093973. OLE color: 9093973.
HSL color Cylindrical-coordinate representation of color #55C38A: hue angle of 148.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C38A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 138 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.24 |
| HSL | 148.91º | 0.48% | 0.55% | - |
| HSV(B) | 148.91º | 0.56% | 0.76% | - |
| XYZ | 27.85 | 42.8 | 30.84 | - |
| YUV | 155.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 138 | 0.56 | 0 | 0.29 | 0.24 | 148.91 | 0.48 | 0.55 |
| Hex | 55 | C3 | 8A | 38 | 0 | 1D | 18 | 95 | 30 | 37 |
| Octal | 125 | 303 | 212 | 70 | 0 | 35 | 30 | 225 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10001010 | 111000 | 0 | 11101 | 11000 | 10010101 | 110000 | 110111 |
Color Harmonies of #55C38A
Complementary color
Monochromatic Colors of #55C38A
Black with #55C38A
Text Example
Text Example
White with #55C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C38A; }
p { color: rgb(85,195,138); }
H1.HeaderClassName
{
color: #55C38A;
}
.AnyTagClassName
{
color: #55C38A;
}
</style>
background-color css
<style>
a { background-color: #55C38A; }
a { background-color: rgb(85,195,138); }
div.DivClassName
{
background-color: #55C38A;
}
.BgClassName
{
background-color: #55C38A;
}
</style>
border-color css
<style>
span { border-color: #55C38A; }
span { border-color: rgb(85,195,138); }
td.TdClassName
{
border-color: #55C38A;
}
.TagClassName
{
border-color: #55C38A;
}
</style>