#56AF38

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

Shades of Apple #56AF38

Tints of Apple #56AF38

Color information

#56AF38 (or 0x56AF38) is unknown color: approx Apple. HEX triplet: 56, AF and 38. RGB value is (86,175,56). Sum of RGB (Red+Green+Blue) = 86+175+56=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF38 is #A950C7. Grayscale: #878787. Windows color (decimal): -11096264 or 3714902. OLE color: 3714902.

HSL color Cylindrical-coordinate representation of color #56AF38: hue angle of 104.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56AF38 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB8617556-
CMYK0.5100.680.31
HSL104.87º51.52%45.29%-
HSV(B)104.87º68%68.63%-
XYZ19.8832.929.05-
YUV134.8283.5193.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=27.13%
G=55.21%
B=17.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175560.5100.680.31104.8751.5245.29
Hex56AF38330441F69342d
Octal12625770630104371516455
Binary10101101010111111100011001101000100111111101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,175,56); }

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

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

 a { background-color: rgb(86,175,56); }

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

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

 span { border-color: rgb(86,175,56); }

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