#48B94E

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

Shades of Fruit Salad #48B94E

Tints of Fruit Salad #48B94E

Color information

#48B94E (or 0x48B94E) is unknown color: approx Fruit Salad. HEX triplet: 48, B9 and 4E. RGB value is (72,185,78). Sum of RGB (Red+Green+Blue) = 72+185+78=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #48B94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B94E is #B746B1. Grayscale: #8B8B8B. Windows color (decimal): -12011186 or 5159240. OLE color: 5159240.

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

Color convert

RGB7218578-
CMYK0.6100.580.27
HSL123.19º44.66%50.39%-
HSV(B)123.19º61.08%72.55%-
XYZ21.436.6313.15-
YUV139.0193.5680.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 185 (72.66% from 255) = 55.22%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=21.49%
G=55.22%
B=23.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185780.6100.580.27123.1944.6650.39
Hex48B94E3D03A1B7b2d32
Octal11027111675072331735562
Binary10010001011100110011101111010111010110111111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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