#56B450

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

Shades of Fruit Salad #56B450

Tints of Fruit Salad #56B450

Color information

#56B450 (or 0x56B450) is unknown color: approx Fruit Salad. HEX triplet: 56, B4 and 50. RGB value is (86,180,80). Sum of RGB (Red+Green+Blue) = 86+180+80=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #56B450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B450 is #A94BAF. Grayscale: #8C8C8C. Windows color (decimal): -11094960 or 5289046. OLE color: 5289046.

HSL color Cylindrical-coordinate representation of color #56B450: hue angle of 116.4º degrees, saturation: 0.4, 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 #56B450 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB8618080-
CMYK0.5200.560.29
HSL116.4º40%50.98%-
HSV(B)116.4º55.56%70.59%-
XYZ21.6135.213.24-
YUV140.4993.8689.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=24.86%
G=52.02%
B=23.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86180800.5200.560.29116.44050.98
Hex56B450340381D742833
Octal12626412064070351645063
Binary10101101011010010100001101000111000111011110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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