#48AE40

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

Shades of Fruit Salad #48AE40

Tints of Fruit Salad #48AE40

Color information

#48AE40 (or 0x48AE40) is unknown color: approx Fruit Salad. HEX triplet: 48, AE and 40. RGB value is (72,174,64). Sum of RGB (Red+Green+Blue) = 72+174+64=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AE40 is #B751BF. Grayscale: #838383. Windows color (decimal): -12014016 or 4238920. OLE color: 4238920.

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

Color convert

RGB7217464-
CMYK0.5900.630.32
HSL115.64º46.22%46.67%-
HSV(B)115.64º63.22%68.24%-
XYZ18.7332.0210.04-
YUV130.9690.2185.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 174 (68.36% from 255) = 56.13%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=23.23%
G=56.13%
B=20.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174640.5900.630.32115.6446.2246.67
Hex48AE403B03F20742e2f
Octal11025610073077401645657
Binary100100010101110100000011101101111111000001110100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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