#56962C

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

Shades of Limeade #56962C

Tints of Limeade #56962C

Color information

#56962C (or 0x56962C) is unknown color: approx Limeade. HEX triplet: 56, 96 and 2C. RGB value is (86,150,44). Sum of RGB (Red+Green+Blue) = 86+150+44=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #56962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56962C is #A969D3. Grayscale: #777777. Windows color (decimal): -11102676 or 2922070. OLE color: 2922070.

HSL color Cylindrical-coordinate representation of color #56962C: hue angle of 96.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56962C is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB8615044-
CMYK0.4300.710.41
HSL96.23º54.64%38.04%-
HSV(B)96.23º70.67%58.82%-
XYZ15.223.976.21-
YUV118.7885.8104.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 150 (58.98% from 255) = 53.57%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=30.71%
G=53.57%
B=15.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86150440.4300.710.4196.2354.6438.04
Hex56962C2B04729603726
Octal12622654530107511406746
Binary101011010010110101100101011010001111010011100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56962C; }

 p { color: rgb(86,150,44); }

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

<style>
 a { background-color: #56962C; }

 a { background-color: rgb(86,150,44); }

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

<style>
 span { border-color: #56962C; }

 span { border-color: rgb(86,150,44); }

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