#48AE55

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

Shades of Fruit Salad #48AE55

Tints of Fruit Salad #48AE55

Color information

#48AE55 (or 0x48AE55) is unknown color: approx Fruit Salad. HEX triplet: 48, AE and 55. RGB value is (72,174,85). Sum of RGB (Red+Green+Blue) = 72+174+85=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE55 is #B751AA. Grayscale: #858585. Windows color (decimal): -12013995 or 5615176. OLE color: 5615176.

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

Color convert

RGB7217485-
CMYK0.5900.510.32
HSL127.65º41.46%48.24%-
HSV(B)127.65º58.62%68.24%-
XYZ19.4532.3113.8-
YUV133.36100.7184.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=21.75%
G=52.57%
B=25.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174850.5900.510.32127.6541.4648.24
Hex48AE553B03320802930
Octal11025612573063402005160
Binary1001000101011101010101111011011001110000010000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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