#48BB45

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

Shades of Fruit Salad #48BB45

Tints of Fruit Salad #48BB45

Color information

#48BB45 (or 0x48BB45) is unknown color: approx Fruit Salad. HEX triplet: 48, BB and 45. RGB value is (72,187,69). Sum of RGB (Red+Green+Blue) = 72+187+69=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BB45 is #B744BA. Grayscale: #8B8B8B. Windows color (decimal): -12010683 or 4569928. OLE color: 4569928.

HSL color Cylindrical-coordinate representation of color #48BB45: hue angle of 118.47º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48BB45 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB7218769-
CMYK0.6100.630.27
HSL118.47º46.46%50.2%-
HSV(B)118.47º63.1%73.33%-
XYZ21.5237.3511.71-
YUV139.1688.480.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 187 (73.44% from 255) = 57.01%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=21.95%
G=57.01%
B=21.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72187690.6100.630.27118.4746.4650.2
Hex48BB453D03F1B762e32
Octal11027310575077331665662
Binary10010001011101110001011111010111111110111110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,69); }

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

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

 a { background-color: rgb(72,187,69); }

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

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

 span { border-color: rgb(72,187,69); }

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