#48B75B

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

Shades of Fruit Salad #48B75B

Tints of Fruit Salad #48B75B

Color information

#48B75B (or 0x48B75B) is unknown color: approx Fruit Salad. HEX triplet: 48, B7 and 5B. RGB value is (72,183,91). Sum of RGB (Red+Green+Blue) = 72+183+91=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #48B75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B75B is #B748A4. Grayscale: #8B8B8B. Windows color (decimal): -12011685 or 6010696. OLE color: 6010696.

HSL color Cylindrical-coordinate representation of color #48B75B: hue angle of 130.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B75B is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB7218391-
CMYK0.6100.500.28
HSL130.27º43.53%50%-
HSV(B)130.27º60.66%71.76%-
XYZ21.493615.71-
YUV139.32100.7379.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=20.81%
G=52.89%
B=26.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183910.6100.500.28130.2743.5350
Hex48B75B3D0321C822c32
Octal11026713375062342025462
Binary100100010110111101101111110101100101110010000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,91); }

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

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

 a { background-color: rgb(72,183,91); }

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

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

 span { border-color: rgb(72,183,91); }

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