#56B650

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

Shades of Fruit Salad #56B650

Tints of Fruit Salad #56B650

Color information

#56B650 (or 0x56B650) is unknown color: approx Fruit Salad. HEX triplet: 56, B6 and 50. RGB value is (86,182,80). Sum of RGB (Red+Green+Blue) = 86+182+80=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #56B650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B650 is #A949AF. Grayscale: #8D8D8D. Windows color (decimal): -11094448 or 5289558. OLE color: 5289558.

HSL color Cylindrical-coordinate representation of color #56B650: hue angle of 116.47º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56B650 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB8618280-
CMYK0.5300.560.29
HSL116.47º41.13%51.37%-
HSV(B)116.47º56.04%71.37%-
XYZ22.0136.0113.38-
YUV141.6793.288.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 182 (71.48% from 255) = 52.30%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=24.71%
G=52.30%
B=22.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86182800.5300.560.29116.4741.1351.37
Hex56B650350381D742933
Octal12626612065070351645163
Binary10101101011011010100001101010111000111011110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,182,80); }

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

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

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

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

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

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

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