#4BBD46

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

Shades of Fruit Salad #4BBD46

Tints of Fruit Salad #4BBD46

Color information

#4BBD46 (or 0x4BBD46) is unknown color: approx Fruit Salad. HEX triplet: 4B, BD and 46. RGB value is (75,189,70). Sum of RGB (Red+Green+Blue) = 75+189+70=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD46 is #B442B9. Grayscale: #8D8D8D. Windows color (decimal): -11813562 or 4635979. OLE color: 4635979.

HSL color Cylindrical-coordinate representation of color #4BBD46: hue angle of 117.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBD46 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB7518970-
CMYK0.6000.630.26
HSL117.48º47.41%50.78%-
HSV(B)117.48º62.96%74.12%-
XYZ22.238.3312.02-
YUV141.3587.7380.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 189 (74.22% from 255) = 56.59%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=22.46%
G=56.59%
B=20.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75189700.6000.630.26117.4847.4150.78
Hex4BBD463C03F1A752f33
Octal11327510674077321655763
Binary10010111011110110001101111000111111110101110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,189,70); }

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

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

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

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

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

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

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