#56BA44

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

Shades of Apple #56BA44

Tints of Apple #56BA44

Color information

#56BA44 (or 0x56BA44) is unknown color: approx Apple. HEX triplet: 56, BA and 44. RGB value is (86,186,68). Sum of RGB (Red+Green+Blue) = 86+186+68=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA44 is #A945BB. Grayscale: #8F8F8F. Windows color (decimal): -11093436 or 4504150. OLE color: 4504150.

HSL color Cylindrical-coordinate representation of color #56BA44: hue angle of 110.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BA44 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB8618668-
CMYK0.5400.630.27
HSL110.85º46.46%49.8%-
HSV(B)110.85º63.44%72.94%-
XYZ22.4437.5111.53-
YUV142.6585.8787.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 186 (73.05% from 255) = 54.71%
BLUE value IS 68 (26.95% from 255) = 20%
R=25.29%
G=54.71%
B=20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86186680.5400.630.27110.8546.4649.8
Hex56BA443603F1B6f2e32
Octal12627210466077331575662
Binary10101101011101010001001101100111111110111101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,186,68); }

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

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

 a { background-color: rgb(86,186,68); }

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

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

 span { border-color: rgb(86,186,68); }

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