#56AF30

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

Shades of Apple #56AF30

Tints of Apple #56AF30

Color information

#56AF30 (or 0x56AF30) is unknown color: approx Apple. HEX triplet: 56, AF and 30. RGB value is (86,175,48). Sum of RGB (Red+Green+Blue) = 86+175+48=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF30 is #A950CF. Grayscale: #868686. Windows color (decimal): -11096272 or 3190614. OLE color: 3190614.

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

Color convert

RGB8617548-
CMYK0.5100.730.31
HSL102.05º56.95%43.73%-
HSV(B)102.05º72.57%68.63%-
XYZ19.732.858.1-
YUV133.9179.5193.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=27.83%
G=56.63%
B=15.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175480.5100.730.31102.0556.9543.73
Hex56AF30330491F66392c
Octal12625760630111371467154
Binary10101101010111111000011001101001001111111100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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