#48B253

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

Shades of Fruit Salad #48B253

Tints of Fruit Salad #48B253

Color information

#48B253 (or 0x48B253) is unknown color: approx Fruit Salad. HEX triplet: 48, B2 and 53. RGB value is (72,178,83). Sum of RGB (Red+Green+Blue) = 72+178+83=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #48B253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B253 is #B74DAC. Grayscale: #878787. Windows color (decimal): -12012973 or 5485128. OLE color: 5485128.

HSL color Cylindrical-coordinate representation of color #48B253: hue angle of 126.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B253 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB7217883-
CMYK0.6000.530.30
HSL126.23º42.4%49.02%-
HSV(B)126.23º59.55%69.8%-
XYZ20.1533.8413.65-
YUV135.4898.3882.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 178 (69.92% from 255) = 53.45%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=21.62%
G=53.45%
B=24.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178830.6000.530.30126.2342.449.02
Hex48B2533C0351E7e2a31
Octal11026212374065361765261
Binary10010001011001010100111111000110101111101111110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,83); }

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

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

 a { background-color: rgb(72,178,83); }

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

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

 span { border-color: rgb(72,178,83); }

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