#48B557

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

Shades of Fruit Salad #48B557

Tints of Fruit Salad #48B557

Color information

#48B557 (or 0x48B557) is unknown color: approx Fruit Salad. HEX triplet: 48, B5 and 57. RGB value is (72,181,87). Sum of RGB (Red+Green+Blue) = 72+181+87=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #48B557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B557 is #B74AA8. Grayscale: #898989. Windows color (decimal): -12012201 or 5748040. OLE color: 5748040.

HSL color Cylindrical-coordinate representation of color #48B557: hue angle of 128.26º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B557 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB7218187-
CMYK0.6000.520.29
HSL128.26º43.08%49.61%-
HSV(B)128.26º60.22%70.98%-
XYZ20.9235.1114.69-
YUV137.6999.3981.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 181 (71.09% from 255) = 53.24%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=21.18%
G=53.24%
B=25.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72181870.6000.520.29128.2643.0849.61
Hex48B5573C0341D802b32
Octal11026512774064352005362
Binary100100010110101101011111110001101001110110000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B557; }

 p { color: rgb(72,181,87); }

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

<style>
 a { background-color: #48B557; }

 a { background-color: rgb(72,181,87); }

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

<style>
 span { border-color: #48B557; }

 span { border-color: rgb(72,181,87); }

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