#48B259

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

Shades of Fruit Salad #48B259

Tints of Fruit Salad #48B259

Color information

#48B259 (or 0x48B259) is unknown color: approx Fruit Salad. HEX triplet: 48, B2 and 59. RGB value is (72,178,89). Sum of RGB (Red+Green+Blue) = 72+178+89=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #48B259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B259 is #B74DA6. Grayscale: #888888. Windows color (decimal): -12012967 or 5878344. OLE color: 5878344.

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

Color convert

RGB7217889-
CMYK0.6000.50.30
HSL129.62º42.4%49.02%-
HSV(B)129.62º59.55%69.8%-
XYZ20.433.9414.93-
YUV136.16101.3882.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=21.24%
G=52.51%
B=26.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178890.6000.50.30129.6242.449.02
Hex48B2593C0321E822a31
Octal11026213174062362025261
Binary100100010110010101100111110001100101111010000010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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