#4BBD48

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

Shades of Fruit Salad #4BBD48

Tints of Fruit Salad #4BBD48

Color information

#4BBD48 (or 0x4BBD48) is unknown color: approx Fruit Salad. HEX triplet: 4B, BD and 48. RGB value is (75,189,72). Sum of RGB (Red+Green+Blue) = 75+189+72=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD48 is #B442B7. Grayscale: #8D8D8D. Windows color (decimal): -11813560 or 4767051. OLE color: 4767051.

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

Color convert

RGB7518972-
CMYK0.6000.620.26
HSL118.46º46.99%51.18%-
HSV(B)118.46º61.9%74.12%-
XYZ22.2738.3612.36-
YUV141.5888.7380.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 189 (74.22% from 255) = 56.25%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=22.32%
G=56.25%
B=21.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75189720.6000.620.26118.4646.9951.18
Hex4BBD483C03E1A762f33
Octal11327511074076321665763
Binary10010111011110110010001111000111110110101110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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