#4BB556

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

Shades of Fruit Salad #4BB556

Tints of Fruit Salad #4BB556

Color information

#4BB556 (or 0x4BB556) is unknown color: approx Fruit Salad. HEX triplet: 4B, B5 and 56. RGB value is (75,181,86). Sum of RGB (Red+Green+Blue) = 75+181+86=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB556 is #B44AA9. Grayscale: #8A8A8A. Windows color (decimal): -11815594 or 5682507. OLE color: 5682507.

HSL color Cylindrical-coordinate representation of color #4BB556: hue angle of 126.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB556 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB7518186-
CMYK0.5900.520.29
HSL126.23º41.73%50.2%-
HSV(B)126.23º58.56%70.98%-
XYZ21.1135.2214.49-
YUV138.4898.3882.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=21.93%
G=52.92%
B=25.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75181860.5900.520.29126.2341.7350.2
Hex4BB5563B0341D7e2a32
Octal11326512673064351765262
Binary10010111011010110101101110110110100111011111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BB556; }

 p { color: rgb(75,181,86); }

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

<style>
 a { background-color: #4BB556; }

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

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

<style>
 span { border-color: #4BB556; }

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

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