#4BB44D

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

Shades of Fruit Salad #4BB44D

Tints of Fruit Salad #4BB44D

Color information

#4BB44D (or 0x4BB44D) is unknown color: approx Fruit Salad. HEX triplet: 4B, B4 and 4D. RGB value is (75,180,77). Sum of RGB (Red+Green+Blue) = 75+180+77=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB44D is #B44BB2. Grayscale: #898989. Windows color (decimal): -11815859 or 5092427. OLE color: 5092427.

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

Color convert

RGB7518077-
CMYK0.5800.570.29
HSL121.14º41.18%50%-
HSV(B)121.14º58.33%70.59%-
XYZ20.5634.6712.63-
YUV136.8694.2183.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=22.59%
G=54.22%
B=23.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75180770.5800.570.29121.1441.1850
Hex4BB44D3A0391D792932
Octal11326411572071351715162
Binary10010111011010010011011110100111001111011111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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