#48B83D

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

Shades of Fruit Salad #48B83D

Tints of Fruit Salad #48B83D

Color information

#48B83D (or 0x48B83D) is unknown color: approx Fruit Salad. HEX triplet: 48, B8 and 3D. RGB value is (72,184,61). Sum of RGB (Red+Green+Blue) = 72+184+61=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #48B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B83D is #B747C2. Grayscale: #888888. Windows color (decimal): -12011459 or 4044872. OLE color: 4044872.

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

Color convert

RGB7218461-
CMYK0.6100.670.28
HSL114.63º50.2%48.04%-
HSV(B)114.63º66.85%72.16%-
XYZ20.663610.27-
YUV136.4985.3982-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 184 (72.27% from 255) = 58.04%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=22.71%
G=58.04%
B=19.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72184610.6100.670.28114.6350.248.04
Hex48B83D3D0431C733230
Octal11027075750103341636260
Binary10010001011100011110111110101000011111001110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,184,61); }

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

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

 a { background-color: rgb(72,184,61); }

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

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

 span { border-color: rgb(72,184,61); }

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