#56BE4B

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

Shades of Apple #56BE4B

Tints of Apple #56BE4B

Color information

#56BE4B (or 0x56BE4B) is unknown color: approx Apple. HEX triplet: 56, BE and 4B. RGB value is (86,190,75). Sum of RGB (Red+Green+Blue) = 86+190+75=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BE4B is #A941B4. Grayscale: #929292. Windows color (decimal): -11092405 or 4963926. OLE color: 4963926.

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

Color convert

RGB8619075-
CMYK0.5500.610.25
HSL114.26º46.94%51.96%-
HSV(B)114.26º60.53%74.51%-
XYZ23.5239.3113.01-
YUV145.7988.0485.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 190 (74.61% from 255) = 54.13%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=24.50%
G=54.13%
B=21.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86190750.5500.610.25114.2646.9451.96
Hex56BE4B3703D19722f34
Octal12627611367075311625764
Binary10101101011111010010111101110111101110011110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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