#56bf46

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

Shades of Apple #56BF46

Tints of Apple #56BF46

Color information

#56BF46 (or 0x56BF46) is unknown color: approx Apple. HEX triplet: 56, BF and 46. RGB value is (86,191,70). Sum of RGB (Red+Green+Blue) = 86+191+70=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BF46 is #A940B9. Grayscale: #929292. Windows color (decimal): -11092154 or 4636502. OLE color: 4636502.

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

Color convert

RGB8619170-
CMYK0.5500.630.25
HSL112.07º48.59%51.18%-
HSV(B)112.07º63.35%74.9%-
XYZ23.5739.6812.21-
YUV145.8185.2185.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=24.78%
G=55.04%
B=20.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86191700.5500.630.25112.0748.5951.18
Hex56BF463703F19703133
Octal12627710667077311606163
Binary10101101011111110001101101110111111110011110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56bf46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,191,70); }

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

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

 a { background-color: rgb(86,191,70); }

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

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

 span { border-color: rgb(86,191,70); }

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