#4BBC50

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

Shades of Fruit Salad #4BBC50

Tints of Fruit Salad #4BBC50

Color information

#4BBC50 (or 0x4BBC50) is unknown color: approx Fruit Salad. HEX triplet: 4B, BC and 50. RGB value is (75,188,80). Sum of RGB (Red+Green+Blue) = 75+188+80=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC50 is #B443AF. Grayscale: #8E8E8E. Windows color (decimal): -11813808 or 5291083. OLE color: 5291083.

HSL color Cylindrical-coordinate representation of color #4BBC50: hue angle of 122.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC50 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB7518880-
CMYK0.6000.570.26
HSL122.65º45.75%51.57%-
HSV(B)122.65º60.11%73.73%-
XYZ22.3338.0413.76-
YUV141.993.0680.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=21.87%
G=54.81%
B=23.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75188800.6000.570.26122.6545.7551.57
Hex4BBC503C0391A7b2e34
Octal11327412074071321735664
Binary10010111011110010100001111000111001110101111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,80); }

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

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

 a { background-color: rgb(75,188,80); }

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

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

 span { border-color: rgb(75,188,80); }

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