#48B84F

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

Shades of Fruit Salad #48B84F

Tints of Fruit Salad #48B84F

Color information

#48B84F (or 0x48B84F) is unknown color: approx Fruit Salad. HEX triplet: 48, B8 and 4F. RGB value is (72,184,79). Sum of RGB (Red+Green+Blue) = 72+184+79=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #48B84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B84F is #B747B0. Grayscale: #8A8A8A. Windows color (decimal): -12011441 or 5224520. OLE color: 5224520.

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

Color convert

RGB7218479-
CMYK0.6100.570.28
HSL123.75º44.09%50.2%-
HSV(B)123.75º60.87%72.16%-
XYZ21.2236.2213.27-
YUV138.5494.3980.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 184 (72.27% from 255) = 54.93%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=21.49%
G=54.93%
B=23.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72184790.6100.570.28123.7544.0950.2
Hex48B84F3D0391C7c2c32
Octal11027011775071341745462
Binary10010001011100010011111111010111001111001111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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