#56C995

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

Shades of Silver Tree #56C995

Tints of Silver Tree #56C995

Color information

#56C995 (or 0x56C995) is unknown color: approx Silver Tree. HEX triplet: 56, C9 and 95. RGB value is (86,201,149). Sum of RGB (Red+Green+Blue) = 86+201+149=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #56C995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C995 is #A9366A. Grayscale: #A0A0A0. Windows color (decimal): -11089515 or 9816406. OLE color: 9816406.

HSL color Cylindrical-coordinate representation of color #56C995: hue angle of 152.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C995 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB86201149-
CMYK0.5700.260.21
HSL152.87º51.57%56.27%-
HSV(B)152.87º57.21%78.82%-
XYZ30.1545.9235.71-
YUV160.69121.474.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.72%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=19.72%
G=46.10%
B=34.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862011490.5700.260.21152.8751.5756.27
Hex56C9953901A15993438
Octal12631122571032252316470
Binary101011011001001100101011110010110101010110011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,201,149); }

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

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

 a { background-color: rgb(86,201,149); }

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

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

 span { border-color: rgb(86,201,149); }

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