#55C88A

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

Shades of Silver Tree #55C88A

Tints of Silver Tree #55C88A

Color information

#55C88A (or 0x55C88A) is unknown color: approx Silver Tree. HEX triplet: 55, C8 and 8A. RGB value is (85,200,138). Sum of RGB (Red+Green+Blue) = 85+200+138=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #55C88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C88A is #AA3775. Grayscale: #9E9E9E. Windows color (decimal): -11155318 or 9095253. OLE color: 9095253.

HSL color Cylindrical-coordinate representation of color #55C88A: hue angle of 147.65º 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 #55C88A is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB85200138-
CMYK0.5800.310.22
HSL147.65º51.11%55.88%-
HSV(B)147.65º57.5%78.43%-
XYZ28.9945.0731.22-
YUV158.55116.475.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=20.09%
G=47.28%
B=32.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001380.5800.310.22147.6551.1155.88
Hex55C88A3A01F16943338
Octal12531021272037262246370
Binary101010111001000100010101110100111111011010010100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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