#4BB34B

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

Shades of Fruit Salad #4BB34B

Tints of Fruit Salad #4BB34B

Color information

#4BB34B (or 0x4BB34B) is unknown color: approx Fruit Salad. HEX triplet: 4B, B3 and 4B. RGB value is (75,179,75). Sum of RGB (Red+Green+Blue) = 75+179+75=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB34B is #B44CB4. Grayscale: #888888. Windows color (decimal): -11816117 or 4961099. OLE color: 4961099.

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

Color convert

RGB7517975-
CMYK0.5800.580.30
HSL120º40.94%49.8%-
HSV(B)120º58.1%70.2%-
XYZ20.2934.2412.2-
YUV136.0593.5484.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 179 (70.31% from 255) = 54.41%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=22.80%
G=54.41%
B=22.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75179750.5800.580.3012040.9449.8
Hex4BB34B3A03A1E782932
Octal11326311372072361705162
Binary10010111011001110010111110100111010111101111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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