#56B848

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

Shades of Apple #56B848

Tints of Apple #56B848

Color information

#56B848 (or 0x56B848) is unknown color: approx Apple. HEX triplet: 56, B8 and 48. RGB value is (86,184,72). Sum of RGB (Red+Green+Blue) = 86+184+72=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #56B848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B848 is #A947B7. Grayscale: #8E8E8E. Windows color (decimal): -11093944 or 4765782. OLE color: 4765782.

HSL color Cylindrical-coordinate representation of color #56B848: hue angle of 112.5º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56B848 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB8618472-
CMYK0.5300.610.28
HSL112.5º44.09%50.2%-
HSV(B)112.5º60.87%72.16%-
XYZ22.1536.7312.05-
YUV141.9388.5388.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 184 (72.27% from 255) = 53.80%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=25.15%
G=53.80%
B=21.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86184720.5300.610.28112.544.0950.2
Hex56B8483503D1C702c32
Octal12627011065075341605462
Binary10101101011100010010001101010111101111001110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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