#56A328

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

Shades of Limeade #56A328

Tints of Limeade #56A328

Color information

#56A328 (or 0x56A328) is unknown color: approx Limeade. HEX triplet: 56, A3 and 28. RGB value is (86,163,40). Sum of RGB (Red+Green+Blue) = 86+163+40=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #56A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A328 is #A95CD7. Grayscale: #7E7E7E. Windows color (decimal): -11099352 or 2663254. OLE color: 2663254.

HSL color Cylindrical-coordinate representation of color #56A328: hue angle of 97.56º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56A328 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB8616340-
CMYK0.4700.750.36
HSL97.56º60.59%39.8%-
HSV(B)97.56º75.46%63.92%-
XYZ17.3228.336.56-
YUV125.9679.4999.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 163 (64.06% from 255) = 56.40%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=29.76%
G=56.40%
B=13.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86163400.4700.750.3697.5660.5939.8
Hex56A3282F04B24623d28
Octal12624350570113441427550
Binary101011010100011101000101111010010111001001100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,163,40); }

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

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

 a { background-color: rgb(86,163,40); }

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

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

 span { border-color: rgb(86,163,40); }

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