#56A42E

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

Shades of Limeade #56A42E

Tints of Limeade #56A42E

Color information

#56A42E (or 0x56A42E) is unknown color: approx Limeade. HEX triplet: 56, A4 and 2E. RGB value is (86,164,46). Sum of RGB (Red+Green+Blue) = 86+164+46=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #56A42E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A42E is #A95BD1. Grayscale: #7F7F7F. Windows color (decimal): -11099090 or 3056726. OLE color: 3056726.

HSL color Cylindrical-coordinate representation of color #56A42E: hue angle of 99.66º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56A42E is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB8616446-
CMYK0.4800.720.36
HSL99.66º56.19%41.18%-
HSV(B)99.66º71.95%64.31%-
XYZ17.6128.737.2-
YUV127.2382.1698.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 164 (64.45% from 255) = 55.41%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=29.05%
G=55.41%
B=15.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86164460.4800.720.3699.6656.1941.18
Hex56A42E3004824643829
Octal12624456600110441447051
Binary101011010100100101110110000010010001001001100100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,46); }

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

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

 a { background-color: rgb(86,164,46); }

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

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

 span { border-color: rgb(86,164,46); }

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