#56D695

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

Shades of Silver Tree #56D695

Tints of Silver Tree #56D695

Color information

#56D695 (or 0x56D695) is unknown color: approx Silver Tree. HEX triplet: 56, D6 and 95. RGB value is (86,214,149). Sum of RGB (Red+Green+Blue) = 86+214+149=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #56D695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D695 is #A9296A. Grayscale: #A8A8A8. Windows color (decimal): -11086187 or 9819734. OLE color: 9819734.

HSL color Cylindrical-coordinate representation of color #56D695: hue angle of 149.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D695 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB86214149-
CMYK0.6000.300.16
HSL149.53º60.95%58.82%-
HSV(B)149.53º59.81%83.92%-
XYZ33.3152.2436.76-
YUV168.32117.0969.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.15%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=19.15%
G=47.66%
B=33.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862141490.6000.300.16149.5360.9558.82
Hex56D6953C01E10963d3b
Octal12632622574036202267573
Binary101011011010110100101011111000111101000010010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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