#56B152

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

Shades of Fruit Salad #56B152

Tints of Fruit Salad #56B152

Color information

#56B152 (or 0x56B152) is unknown color: approx Fruit Salad. HEX triplet: 56, B1 and 52. RGB value is (86,177,82). Sum of RGB (Red+Green+Blue) = 86+177+82=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #56B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B152 is #A94EAD. Grayscale: #8B8B8B. Windows color (decimal): -11095726 or 5419350. OLE color: 5419350.

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

Color convert

RGB8617782-
CMYK0.5100.540.31
HSL117.47º37.85%50.78%-
HSV(B)117.47º53.67%69.41%-
XYZ21.0834.0313.44-
YUV138.9695.8590.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=24.93%
G=51.30%
B=23.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86177820.5100.540.31117.4737.8550.78
Hex56B152330361F752633
Octal12626112263066371654663
Binary10101101011000110100101100110110110111111110101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,177,82); }

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

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

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

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

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

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

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