#48C04E

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

Shades of Fruit Salad #48C04E

Tints of Fruit Salad #48C04E

Color information

#48C04E (or 0x48C04E) is unknown color: approx Fruit Salad. HEX triplet: 48, C0 and 4E. RGB value is (72,192,78). Sum of RGB (Red+Green+Blue) = 72+192+78=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #48C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C04E is #B73FB1. Grayscale: #8F8F8F. Windows color (decimal): -12009394 or 5161032. OLE color: 5161032.

HSL color Cylindrical-coordinate representation of color #48C04E: hue angle of 123º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C04E is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB7219278-
CMYK0.6300.590.25
HSL123º48.78%51.76%-
HSV(B)123º62.5%75.29%-
XYZ22.939.6313.65-
YUV143.1291.2477.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 192 (75.39% from 255) = 56.14%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=21.05%
G=56.14%
B=22.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72192780.6300.590.2512348.7851.76
Hex48C04E3F03B197b3134
Octal11030011677073311736164
Binary10010001100000010011101111110111011110011111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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