#56a931

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

Shades of Limeade #56A931

Tints of Limeade #56A931

Color information

#56A931 (or 0x56A931) is unknown color: approx Limeade. HEX triplet: 56, A9 and 31. RGB value is (86,169,49). Sum of RGB (Red+Green+Blue) = 86+169+49=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #56A931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A931 is #A956CE. Grayscale: #828282. Windows color (decimal): -11097807 or 3254614. OLE color: 3254614.

HSL color Cylindrical-coordinate representation of color #56A931: hue angle of 101.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56A931 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB8616949-
CMYK0.4900.710.34
HSL101.5º55.05%42.75%-
HSV(B)101.5º71.01%66.27%-
XYZ18.5830.587.83-
YUV130.58296.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 169 (66.41% from 255) = 55.59%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=28.29%
G=55.59%
B=16.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86169490.4900.710.34101.555.0542.75
Hex56A931310472266372b
Octal12625161610107421466753
Binary101011010101001110001110001010001111000101100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,169,49); }

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

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

 a { background-color: rgb(86,169,49); }

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

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

 span { border-color: rgb(86,169,49); }

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