#48AE43

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

Shades of Fruit Salad #48AE43

Tints of Fruit Salad #48AE43

Color information

#48AE43 (or 0x48AE43) is unknown color: approx Fruit Salad. HEX triplet: 48, AE and 43. RGB value is (72,174,67). Sum of RGB (Red+Green+Blue) = 72+174+67=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AE43 is #B751BC. Grayscale: #838383. Windows color (decimal): -12014013 or 4435528. OLE color: 4435528.

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

Color convert

RGB7217467-
CMYK0.5900.610.32
HSL117.2º44.4%47.25%-
HSV(B)117.2º61.49%68.24%-
XYZ18.8232.0610.51-
YUV131.391.7185.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=23.00%
G=55.59%
B=21.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174670.5900.610.32117.244.447.25
Hex48AE433B03D20752c2f
Octal11025610373075401655457
Binary100100010101110100001111101101111011000001110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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