#48AB50

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

Shades of Fruit Salad #48AB50

Tints of Fruit Salad #48AB50

Color information

#48AB50 (or 0x48AB50) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 50. RGB value is (72,171,80). Sum of RGB (Red+Green+Blue) = 72+171+80=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB50 is #B754AF. Grayscale: #838383. Windows color (decimal): -12014768 or 5286728. OLE color: 5286728.

HSL color Cylindrical-coordinate representation of color #48AB50: hue angle of 124.85º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB50 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB7217180-
CMYK0.5800.530.33
HSL124.85º40.74%47.65%-
HSV(B)124.85º57.89%67.06%-
XYZ18.6831.0812.6-
YUV131.0299.285.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=22.29%
G=52.94%
B=24.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72171800.5800.530.33124.8540.7447.65
Hex48AB503A035217d2930
Octal11025312072065411755160
Binary100100010101011101000011101001101011000011111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,80); }

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

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

 a { background-color: rgb(72,171,80); }

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

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

 span { border-color: rgb(72,171,80); }

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