#56BE48

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

Shades of Apple #56BE48

Tints of Apple #56BE48

Color information

#56BE48 (or 0x56BE48) is unknown color: approx Apple. HEX triplet: 56, BE and 48. RGB value is (86,190,72). Sum of RGB (Red+Green+Blue) = 86+190+72=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BE48 is #A941B7. Grayscale: #919191. Windows color (decimal): -11092408 or 4767318. OLE color: 4767318.

HSL color Cylindrical-coordinate representation of color #56BE48: hue angle of 112.88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BE48 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB8619072-
CMYK0.5500.620.25
HSL112.88º47.58%51.37%-
HSV(B)112.88º62.11%74.51%-
XYZ23.4239.2712.48-
YUV145.4586.5485.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 190 (74.61% from 255) = 54.60%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=24.71%
G=54.60%
B=20.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86190720.5500.620.25112.8847.5851.37
Hex56BE483703E19713033
Octal12627611067076311616063
Binary10101101011111010010001101110111110110011110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,190,72); }

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

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

 a { background-color: rgb(86,190,72); }

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

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

 span { border-color: rgb(86,190,72); }

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