#48B43F

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

Shades of Fruit Salad #48B43F

Tints of Fruit Salad #48B43F

Color information

#48B43F (or 0x48B43F) is unknown color: approx Fruit Salad. HEX triplet: 48, B4 and 3F. RGB value is (72,180,63). Sum of RGB (Red+Green+Blue) = 72+180+63=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #48B43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B43F is #B74BC0. Grayscale: #868686. Windows color (decimal): -12012481 or 4174920. OLE color: 4174920.

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

Color convert

RGB7218063-
CMYK0.6000.650.29
HSL115.38º48.15%47.65%-
HSV(B)115.38º65%70.59%-
XYZ19.8934.3810.29-
YUV134.3787.7283.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 63 (25% from 255) = 20%
R=22.86%
G=57.14%
B=20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180630.6000.650.29115.3848.1547.65
Hex48B43F3C0411D733030
Octal11026477740101351636060
Binary10010001011010011111111110001000001111011110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,63); }

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

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

 a { background-color: rgb(72,180,63); }

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

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

 span { border-color: rgb(72,180,63); }

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