#56C134

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

Shades of Apple #56C134

Tints of Apple #56C134

Color information

#56C134 (or 0x56C134) is unknown color: approx Apple. HEX triplet: 56, C1 and 34. RGB value is (86,193,52). Sum of RGB (Red+Green+Blue) = 86+193+52=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #56C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C134 is #A93ECB. Grayscale: #919191. Windows color (decimal): -11091660 or 3457366. OLE color: 3457366.

HSL color Cylindrical-coordinate representation of color #56C134: hue angle of 105.53º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56C134 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB8619352-
CMYK0.5500.730.24
HSL105.53º57.55%48.04%-
HSV(B)105.53º73.06%75.69%-
XYZ23.5340.379.8-
YUV144.9375.5585.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 193 (75.78% from 255) = 58.31%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=25.98%
G=58.31%
B=15.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86193520.5500.730.24105.5357.5548.04
Hex56C13437049186a3a30
Octal12630164670111301527260
Binary10101101100000111010011011101001001110001101010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,193,52); }

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

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

 a { background-color: rgb(86,193,52); }

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

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

 span { border-color: rgb(86,193,52); }

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