#4BBD49

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

Shades of Fruit Salad #4BBD49

Tints of Fruit Salad #4BBD49

Color information

#4BBD49 (or 0x4BBD49) is unknown color: approx Fruit Salad. HEX triplet: 4B, BD and 49. RGB value is (75,189,73). Sum of RGB (Red+Green+Blue) = 75+189+73=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD49 is #B442B6. Grayscale: #8E8E8E. Windows color (decimal): -11813559 or 4832587. OLE color: 4832587.

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

Color convert

RGB7518973-
CMYK0.6000.610.26
HSL118.97º46.77%51.37%-
HSV(B)118.97º61.38%74.12%-
XYZ22.338.3712.53-
YUV141.6989.2380.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 189 (74.22% from 255) = 56.08%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=22.26%
G=56.08%
B=21.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75189730.6000.610.26118.9746.7751.37
Hex4BBD493C03D1A772f33
Octal11327511174075321675763
Binary10010111011110110010011111000111101110101110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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