#48BF5A

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

Shades of Fruit Salad #48BF5A

Tints of Fruit Salad #48BF5A

Color information

#48BF5A (or 0x48BF5A) is unknown color: approx Fruit Salad. HEX triplet: 48, BF and 5A. RGB value is (72,191,90). Sum of RGB (Red+Green+Blue) = 72+191+90=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF5A is #B740A5. Grayscale: #909090. Windows color (decimal): -12009638 or 5947208. OLE color: 5947208.

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

Color convert

RGB7219190-
CMYK0.6200.530.25
HSL129.08º48.18%51.57%-
HSV(B)129.08º62.3%74.9%-
XYZ23.1539.3816.05-
YUV143.997.5876.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 191 (75% from 255) = 54.11%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=20.40%
G=54.11%
B=25.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72191900.6200.530.25129.0848.1851.57
Hex48BF5A3E03519813034
Octal11027713276065312016064
Binary100100010111111101101011111001101011100110000001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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