#4BB44F

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

Shades of Fruit Salad #4BB44F

Tints of Fruit Salad #4BB44F

Color information

#4BB44F (or 0x4BB44F) is unknown color: approx Fruit Salad. HEX triplet: 4B, B4 and 4F. RGB value is (75,180,79). Sum of RGB (Red+Green+Blue) = 75+180+79=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB44F is #B44BB0. Grayscale: #898989. Windows color (decimal): -11815857 or 5223499. OLE color: 5223499.

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

Color convert

RGB7518079-
CMYK0.5800.560.29
HSL122.29º41.18%50%-
HSV(B)122.29º58.33%70.59%-
XYZ20.6334.713.01-
YUV137.0995.2183.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 180 (70.70% from 255) = 53.89%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=22.46%
G=53.89%
B=23.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75180790.5800.560.29122.2941.1850
Hex4BB44F3A0381D7a2932
Octal11326411772070351725162
Binary10010111011010010011111110100111000111011111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,79); }

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

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

 a { background-color: rgb(75,180,79); }

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

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

 span { border-color: rgb(75,180,79); }

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