#48BF4F

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

Shades of Fruit Salad #48BF4F

Tints of Fruit Salad #48BF4F

Color information

#48BF4F (or 0x48BF4F) is unknown color: approx Fruit Salad. HEX triplet: 48, BF and 4F. RGB value is (72,191,79). Sum of RGB (Red+Green+Blue) = 72+191+79=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF4F is #B740B0. Grayscale: #8E8E8E. Windows color (decimal): -12009649 or 5226312. OLE color: 5226312.

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

Color convert

RGB7219179-
CMYK0.6200.590.25
HSL123.53º48.18%51.57%-
HSV(B)123.53º62.3%74.9%-
XYZ22.7139.213.77-
YUV142.6592.0877.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 191 (75% from 255) = 55.85%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=21.05%
G=55.85%
B=23.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72191790.6200.590.25123.5348.1851.57
Hex48BF4F3E03B197c3034
Octal11027711776073311746064
Binary10010001011111110011111111100111011110011111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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