#56972E

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

Shades of Limeade #56972E

Tints of Limeade #56972E

Color information

#56972E (or 0x56972E) is unknown color: approx Limeade. HEX triplet: 56, 97 and 2E. RGB value is (86,151,46). Sum of RGB (Red+Green+Blue) = 86+151+46=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #56972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56972E is #A968D1. Grayscale: #777777. Windows color (decimal): -11102418 or 3053398. OLE color: 3053398.

HSL color Cylindrical-coordinate representation of color #56972E: hue angle of 97.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56972E is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB8615146-
CMYK0.4300.700.41
HSL97.14º53.3%38.63%-
HSV(B)97.14º69.54%59.22%-
XYZ15.424.316.47-
YUV119.686.47104.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=30.39%
G=53.36%
B=16.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86151460.4300.700.4197.1453.338.63
Hex56972E2B04629613527
Octal12622756530106511416547
Binary101011010010111101110101011010001101010011100001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56972E; }

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

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

<style>
 a { background-color: #56972E; }

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

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

<style>
 span { border-color: #56972E; }

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

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