#48B44E

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

Shades of Fruit Salad #48B44E

Tints of Fruit Salad #48B44E

Color information

#48B44E (or 0x48B44E) is unknown color: approx Fruit Salad. HEX triplet: 48, B4 and 4E. RGB value is (72,180,78). Sum of RGB (Red+Green+Blue) = 72+180+78=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #48B44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B44E is #B74BB1. Grayscale: #888888. Windows color (decimal): -12012466 or 5157960. OLE color: 5157960.

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

Color convert

RGB7218078-
CMYK0.6000.570.29
HSL123.33º42.86%49.41%-
HSV(B)123.33º60%70.59%-
XYZ20.3734.5712.81-
YUV136.0895.2282.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=21.82%
G=54.55%
B=23.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180780.6000.570.29123.3342.8649.41
Hex48B44E3C0391D7b2b31
Octal11026411674071351735361
Binary10010001011010010011101111000111001111011111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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