#56AF56

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

Shades of Fruit Salad #56AF56

Tints of Fruit Salad #56AF56

Color information

#56AF56 (or 0x56AF56) is unknown color: approx Fruit Salad. HEX triplet: 56, AF and 56. RGB value is (86,175,86). Sum of RGB (Red+Green+Blue) = 86+175+86=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF56 is #A950A9. Grayscale: #8A8A8A. Windows color (decimal): -11096234 or 5680982. OLE color: 5680982.

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

Color convert

RGB8617586-
CMYK0.5100.510.31
HSL120º35.74%51.18%-
HSV(B)120º50.86%68.63%-
XYZ20.8533.3114.13-
YUV138.2498.5190.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=24.78%
G=50.43%
B=24.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175860.5100.510.3112035.7451.18
Hex56AF56330331F782433
Octal12625712663063371704463
Binary10101101010111110101101100110110011111111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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