#55C88D

Color #55C88D Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55C88D

Tints of Silver Tree #55C88D

Color information

#55C88D (or 0x55C88D) is unknown color: approx Silver Tree. HEX triplet: 55, C8 and 8D. RGB value is (85,200,141). Sum of RGB (Red+Green+Blue) = 85+200+141=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #55C88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C88D is #AA3772. Grayscale: #9F9F9F. Windows color (decimal): -11155315 or 9291861. OLE color: 9291861.

HSL color Cylindrical-coordinate representation of color #55C88D: hue angle of 149.22º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C88D is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB85200141-
CMYK0.5800.290.22
HSL149.22º51.11%55.88%-
HSV(B)149.22º57.5%78.43%-
XYZ29.2145.1632.38-
YUV158.89117.975.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 200 (78.52% from 255) = 46.95%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=19.95%
G=46.95%
B=33.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001410.5800.290.22149.2251.1155.88
Hex55C88D3A01D16953338
Octal12531021572035262256370
Binary101010111001000100011011110100111011011010010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C88D; }

 p { color: rgb(85,200,141); }

 H1.HeaderClassName
 {
   color: #55C88D;
 }
 .AnyTagClassName
 {
   color: #55C88D;
 }
</style>
background-color css

<style>
 a { background-color: #55C88D; }

 a { background-color: rgb(85,200,141); }

 div.DivClassName
 {
   background-color: #55C88D;
 }
 .BgClassName
 {
   background-color: #55C88D;
 }
</style>
border-color css

<style>
 span { border-color: #55C88D; }

 span { border-color: rgb(85,200,141); }

 td.TdClassName
 {
   border-color: #55C88D;
 }
 .TagClassName
 {
   border-color: #55C88D;
 }
</style>