#56CC8C

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

Shades of Silver Tree #56CC8C

Tints of Silver Tree #56CC8C

Color information

#56CC8C (or 0x56CC8C) is unknown color: approx Silver Tree. HEX triplet: 56, CC and 8C. RGB value is (86,204,140). Sum of RGB (Red+Green+Blue) = 86+204+140=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CC8C is #A93373. Grayscale: #A1A1A1. Windows color (decimal): -11088756 or 9227350. OLE color: 9227350.

HSL color Cylindrical-coordinate representation of color #56CC8C: hue angle of 147.46º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CC8C is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB86204140-
CMYK0.5800.310.2
HSL147.46º53.64%56.86%-
HSV(B)147.46º57.84%80%-
XYZ30.1647.0632.3-
YUV161.42115.9174.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=20%
G=47.44%
B=32.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041400.5800.310.2147.4653.6456.86
Hex56CC8C3A01F14933639
Octal12631421472037242236671
Binary101011011001100100011001110100111111010010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CC8C; }

 p { color: rgb(86,204,140); }

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

<style>
 a { background-color: #56CC8C; }

 a { background-color: rgb(86,204,140); }

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

<style>
 span { border-color: #56CC8C; }

 span { border-color: rgb(86,204,140); }

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