#56A621

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

Shades of Limeade #56A621

Tints of Limeade #56A621

Color information

#56A621 (or 0x56A621) is unknown color: approx Limeade. HEX triplet: 56, A6 and 21. RGB value is (86,166,33). Sum of RGB (Red+Green+Blue) = 86+166+33=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #56A621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A621 is #A959DE. Grayscale: #7F7F7F. Windows color (decimal): -11098591 or 2205270. OLE color: 2205270.

HSL color Cylindrical-coordinate representation of color #56A621: hue angle of 96.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56A621 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB8616633-
CMYK0.4800.800.35
HSL96.09º66.83%39.02%-
HSV(B)96.09º80.12%65.1%-
XYZ17.7529.366.17-
YUV126.927598.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 166 (65.23% from 255) = 58.25%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=30.18%
G=58.25%
B=11.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166330.4800.800.3596.0966.8339.02
Hex56A6213005023604327
Octal126246416001204314010347
Binary1010110101001101000011100000101000010001111000001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,33); }

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

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

 a { background-color: rgb(86,166,33); }

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

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

 span { border-color: rgb(86,166,33); }

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