#4BB35E

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

Shades of Fruit Salad #4BB35E

Tints of Fruit Salad #4BB35E

Color information

#4BB35E (or 0x4BB35E) is unknown color: approx Fruit Salad. HEX triplet: 4B, B3 and 5E. RGB value is (75,179,94). Sum of RGB (Red+Green+Blue) = 75+179+94=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB35E is #B44CA1. Grayscale: #8A8A8A. Windows color (decimal): -11816098 or 6206283. OLE color: 6206283.

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

Color convert

RGB7517994-
CMYK0.5800.470.30
HSL130.96º40.94%49.8%-
HSV(B)130.96º58.1%70.2%-
XYZ21.0434.5416.15-
YUV138.21103.0482.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 179 (70.31% from 255) = 51.44%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=21.55%
G=51.44%
B=27.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75179940.5800.470.30130.9640.9449.8
Hex4BB35E3A02F1E832932
Octal11326313672057362035162
Binary100101110110011101111011101001011111111010000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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