#48AB51

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

Shades of Fruit Salad #48AB51

Tints of Fruit Salad #48AB51

Color information

#48AB51 (or 0x48AB51) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 51. RGB value is (72,171,81). Sum of RGB (Red+Green+Blue) = 72+171+81=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB51 is #B754AE. Grayscale: #838383. Windows color (decimal): -12014767 or 5352264. OLE color: 5352264.

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

Color convert

RGB7217181-
CMYK0.5800.530.33
HSL125.45º40.74%47.65%-
HSV(B)125.45º57.89%67.06%-
XYZ18.7231.112.8-
YUV131.1499.785.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 171 (67.19% from 255) = 52.78%
BLUE value IS 81 (32.03% from 255) = 25%
R=22.22%
G=52.78%
B=25%

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
Decimal72171810.5800.530.33125.4540.7447.65
Hex48AB513A035217d2930
Octal11025312172065411755160
Binary100100010101011101000111101001101011000011111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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