#48AE4D

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

Shades of Fruit Salad #48AE4D

Tints of Fruit Salad #48AE4D

Color information

#48AE4D (or 0x48AE4D) is unknown color: approx Fruit Salad. HEX triplet: 48, AE and 4D. RGB value is (72,174,77). Sum of RGB (Red+Green+Blue) = 72+174+77=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE4D is #B751B2. Grayscale: #848484. Windows color (decimal): -12014003 or 5090888. OLE color: 5090888.

HSL color Cylindrical-coordinate representation of color #48AE4D: hue angle of 122.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AE4D is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB7217477-
CMYK0.5900.560.32
HSL122.94º41.46%48.24%-
HSV(B)122.94º58.62%68.24%-
XYZ19.1532.1912.22-
YUV132.4496.7184.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=22.29%
G=53.87%
B=23.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174770.5900.560.32122.9441.4648.24
Hex48AE4D3B038207b2930
Octal11025611573070401735160
Binary100100010101110100110111101101110001000001111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,174,77); }

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

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

 a { background-color: rgb(72,174,77); }

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

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

 span { border-color: rgb(72,174,77); }

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