#48AE51

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

Shades of Fruit Salad #48AE51

Tints of Fruit Salad #48AE51

Color information

#48AE51 (or 0x48AE51) is unknown color: approx Fruit Salad. HEX triplet: 48, AE and 51. RGB value is (72,174,81). Sum of RGB (Red+Green+Blue) = 72+174+81=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE51 is #B751AE. Grayscale: #858585. Windows color (decimal): -12013999 or 5353032. OLE color: 5353032.

HSL color Cylindrical-coordinate representation of color #48AE51: hue angle of 125.29º 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 #48AE51 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB7217481-
CMYK0.5900.530.32
HSL125.29º41.46%48.24%-
HSV(B)125.29º58.62%68.24%-
XYZ19.2932.2412.99-
YUV132.998.7184.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=22.02%
G=53.21%
B=24.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174810.5900.530.32125.2941.4648.24
Hex48AE513B035207d2930
Octal11025612173065401755160
Binary100100010101110101000111101101101011000001111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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