#48B552

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

Shades of Fruit Salad #48B552

Tints of Fruit Salad #48B552

Color information

#48B552 (or 0x48B552) is unknown color: approx Fruit Salad. HEX triplet: 48, B5 and 52. RGB value is (72,181,82). Sum of RGB (Red+Green+Blue) = 72+181+82=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #48B552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B552 is #B74AAD. Grayscale: #898989. Windows color (decimal): -12012206 or 5420360. OLE color: 5420360.

HSL color Cylindrical-coordinate representation of color #48B552: hue angle of 125.5º 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 #48B552 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB7218182-
CMYK0.6000.550.29
HSL125.5º43.08%49.61%-
HSV(B)125.5º60.22%70.98%-
XYZ20.7235.0313.65-
YUV137.1296.8981.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 181 (71.09% from 255) = 54.03%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=21.49%
G=54.03%
B=24.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72181820.6000.550.29125.543.0849.61
Hex48B5523C0371D7e2b32
Octal11026512274067351765362
Binary10010001011010110100101111000110111111011111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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