#48AF40

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

Shades of Fruit Salad #48AF40

Tints of Fruit Salad #48AF40

Color information

#48AF40 (or 0x48AF40) is unknown color: approx Fruit Salad. HEX triplet: 48, AF and 40. RGB value is (72,175,64). Sum of RGB (Red+Green+Blue) = 72+175+64=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF40 is #B750BF. Grayscale: #838383. Windows color (decimal): -12013760 or 4239176. OLE color: 4239176.

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

Color convert

RGB7217564-
CMYK0.5900.630.31
HSL115.68º46.44%46.86%-
HSV(B)115.68º63.43%68.63%-
XYZ18.9332.4110.11-
YUV131.5589.8885.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=23.15%
G=56.27%
B=20.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175640.5900.630.31115.6846.4446.86
Hex48AF403B03F1F742e2f
Octal11025710073077371645657
Binary10010001010111110000001110110111111111111110100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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