#48B93F

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

Shades of Fruit Salad #48B93F

Tints of Fruit Salad #48B93F

Color information

#48B93F (or 0x48B93F) is unknown color: approx Fruit Salad. HEX triplet: 48, B9 and 3F. RGB value is (72,185,63). Sum of RGB (Red+Green+Blue) = 72+185+63=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #48B93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B93F is #B746C0. Grayscale: #898989. Windows color (decimal): -12011201 or 4176200. OLE color: 4176200.

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

Color convert

RGB7218563-
CMYK0.6100.660.27
HSL115.57º49.19%48.63%-
HSV(B)115.57º65.95%72.55%-
XYZ20.9236.4310.63-
YUV137.386.0681.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 185 (72.66% from 255) = 57.81%
BLUE value IS 63 (25% from 255) = 19.69%
R=22.5%
G=57.81%
B=19.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185630.6100.660.27115.5749.1948.63
Hex48B93F3D0421B743131
Octal11027177750102331646161
Binary10010001011100111111111110101000010110111110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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