#56D994

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

Shades of Silver Tree #56D994

Tints of Silver Tree #56D994

Color information

#56D994 (or 0x56D994) is unknown color: approx Silver Tree. HEX triplet: 56, D9 and 94. RGB value is (86,217,148). Sum of RGB (Red+Green+Blue) = 86+217+148=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #56D994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D994 is #A9266B. Grayscale: #AAAAAA. Windows color (decimal): -11085420 or 9754966. OLE color: 9754966.

HSL color Cylindrical-coordinate representation of color #56D994: hue angle of 148.4º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D994 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB86217148-
CMYK0.6000.320.15
HSL148.4º63.29%59.41%-
HSV(B)148.4º60.37%85.1%-
XYZ3453.7436.6-
YUV169.96115.668.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 217 (85.16% from 255) = 48.12%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=19.07%
G=48.12%
B=32.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal862171480.6000.320.15148.463.2959.41
Hex56D9943C020F943f3b
Octal12633122474040172247773
Binary101011011011001100101001111000100000111110010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,217,148); }

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

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

 a { background-color: rgb(86,217,148); }

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

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

 span { border-color: rgb(86,217,148); }

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