#48BF55

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

Shades of Fruit Salad #48BF55

Tints of Fruit Salad #48BF55

Color information

#48BF55 (or 0x48BF55) is unknown color: approx Fruit Salad. HEX triplet: 48, BF and 55. RGB value is (72,191,85). Sum of RGB (Red+Green+Blue) = 72+191+85=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF55 is #B740AA. Grayscale: #8F8F8F. Windows color (decimal): -12009643 or 5619528. OLE color: 5619528.

HSL color Cylindrical-coordinate representation of color #48BF55: hue angle of 126.55º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BF55 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB7219185-
CMYK0.6200.550.25
HSL126.55º48.18%51.57%-
HSV(B)126.55º62.3%74.9%-
XYZ22.9439.314.97-
YUV143.3395.0877.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=20.69%
G=54.89%
B=24.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72191850.6200.550.25126.5548.1851.57
Hex48BF553E037197f3034
Octal11027712576067311776064
Binary10010001011111110101011111100110111110011111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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