#4BBE42

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

Shades of Fruit Salad #4BBE42

Tints of Fruit Salad #4BBE42

Color information

#4BBE42 (or 0x4BBE42) is unknown color: approx Fruit Salad. HEX triplet: 4B, BE and 42. RGB value is (75,190,66). Sum of RGB (Red+Green+Blue) = 75+190+66=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBE42 is #B441BD. Grayscale: #8D8D8D. Windows color (decimal): -11813310 or 4374091. OLE color: 4374091.

HSL color Cylindrical-coordinate representation of color #4BBE42: hue angle of 115.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BBE42 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB7519066-
CMYK0.6100.650.25
HSL115.65º48.82%50.2%-
HSV(B)115.65º65.26%74.51%-
XYZ22.338.7211.45-
YUV141.4885.480.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=22.66%
G=57.40%
B=19.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75190660.6100.650.25115.6548.8250.2
Hex4BBE423D04119743132
Octal113276102750101311646162
Binary100101110111110100001011110101000001110011110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,66); }

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

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

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

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

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

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

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