#4bb350

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

Shades of Fruit Salad #4BB350

Tints of Fruit Salad #4BB350

Color information

#4BB350 (or 0x4BB350) is unknown color: approx Fruit Salad. HEX triplet: 4B, B3 and 50. RGB value is (75,179,80). Sum of RGB (Red+Green+Blue) = 75+179+80=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB350 is #B44CAF. Grayscale: #888888. Windows color (decimal): -11816112 or 5288779. OLE color: 5288779.

HSL color Cylindrical-coordinate representation of color #4BB350: hue angle of 122.88º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB350 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB7517980-
CMYK0.5800.550.30
HSL122.88º40.94%49.8%-
HSV(B)122.88º58.1%70.2%-
XYZ20.4734.3213.13-
YUV136.6296.0484.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 179 (70.31% from 255) = 53.59%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=22.46%
G=53.59%
B=23.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75179800.5800.550.30122.8840.9449.8
Hex4BB3503A0371E7b2932
Octal11326312072067361735162
Binary10010111011001110100001110100110111111101111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bb350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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