#48B95A

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

Shades of Fruit Salad #48B95A

Tints of Fruit Salad #48B95A

Color information

#48B95A (or 0x48B95A) is unknown color: approx Fruit Salad. HEX triplet: 48, B9 and 5A. RGB value is (72,185,90). Sum of RGB (Red+Green+Blue) = 72+185+90=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #48B95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B95A is #B746A5. Grayscale: #8C8C8C. Windows color (decimal): -12011174 or 5945672. OLE color: 5945672.

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

Color convert

RGB7218590-
CMYK0.6100.510.27
HSL129.56º44.66%50.39%-
HSV(B)129.56º61.08%72.55%-
XYZ21.8736.8115.63-
YUV140.3899.5679.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 185 (72.66% from 255) = 53.31%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=20.75%
G=53.31%
B=25.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185900.6100.510.27129.5644.6650.39
Hex48B95A3D0331B822d32
Octal11027113275063332025562
Binary100100010111001101101011110101100111101110000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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