#4BB248

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

Shades of Fruit Salad #4BB248

Tints of Fruit Salad #4BB248

Color information

#4BB248 (or 0x4BB248) is unknown color: approx Fruit Salad. HEX triplet: 4B, B2 and 48. RGB value is (75,178,72). Sum of RGB (Red+Green+Blue) = 75+178+72=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB248 is #B44DB7. Grayscale: #878787. Windows color (decimal): -11816376 or 4764235. OLE color: 4764235.

HSL color Cylindrical-coordinate representation of color #4BB248: hue angle of 118.3º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BB248 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB7517872-
CMYK0.5800.600.30
HSL118.3º42.4%49.02%-
HSV(B)118.3º59.55%69.8%-
XYZ19.9933.811.6-
YUV135.1292.3885.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 178 (69.92% from 255) = 54.77%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=23.08%
G=54.77%
B=22.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75178720.5800.600.30118.342.449.02
Hex4BB2483A03C1E762a31
Octal11326211072074361665261
Binary10010111011001010010001110100111100111101110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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