#48B75A

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

Shades of Fruit Salad #48B75A

Tints of Fruit Salad #48B75A

Color information

#48B75A (or 0x48B75A) is unknown color: approx Fruit Salad. HEX triplet: 48, B7 and 5A. RGB value is (72,183,90). Sum of RGB (Red+Green+Blue) = 72+183+90=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #48B75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B75A is #B748A5. Grayscale: #8B8B8B. Windows color (decimal): -12011686 or 5945160. OLE color: 5945160.

HSL color Cylindrical-coordinate representation of color #48B75A: hue angle of 129.73º 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 #48B75A is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB7218390-
CMYK0.6100.510.28
HSL129.73º43.53%50%-
HSV(B)129.73º60.66%71.76%-
XYZ21.4535.9815.49-
YUV139.21100.2380.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 183 (71.88% from 255) = 53.04%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=20.87%
G=53.04%
B=26.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183900.6100.510.28129.7343.5350
Hex48B75A3D0331C822c32
Octal11026713275063342025462
Binary100100010110111101101011110101100111110010000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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