#4BB35A

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

Shades of Fruit Salad #4BB35A

Tints of Fruit Salad #4BB35A

Color information

#4BB35A (or 0x4BB35A) is unknown color: approx Fruit Salad. HEX triplet: 4B, B3 and 5A. RGB value is (75,179,90). Sum of RGB (Red+Green+Blue) = 75+179+90=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB35A is #B44CA5. Grayscale: #8A8A8A. Windows color (decimal): -11816102 or 5944139. OLE color: 5944139.

HSL color Cylindrical-coordinate representation of color #4BB35A: hue angle of 128.65º 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 #4BB35A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB7517990-
CMYK0.5800.500.30
HSL128.65º40.94%49.8%-
HSV(B)128.65º58.1%70.2%-
XYZ20.8734.4715.23-
YUV137.76101.0483.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.80%
GREEN value IS 179 (70.31% from 255) = 52.03%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=21.80%
G=52.03%
B=26.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75179900.5800.500.30128.6540.9449.8
Hex4BB35A3A0321E812932
Octal11326313272062362015162
Binary100101110110011101101011101001100101111010000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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