#48B14E

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

Shades of Fruit Salad #48B14E

Tints of Fruit Salad #48B14E

Color information

#48B14E (or 0x48B14E) is unknown color: approx Fruit Salad. HEX triplet: 48, B1 and 4E. RGB value is (72,177,78). Sum of RGB (Red+Green+Blue) = 72+177+78=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #48B14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B14E is #B74EB1. Grayscale: #868686. Windows color (decimal): -12013234 or 5157192. OLE color: 5157192.

HSL color Cylindrical-coordinate representation of color #48B14E: hue angle of 123.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B14E is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB7217778-
CMYK0.5900.560.31
HSL123.43º42.17%48.82%-
HSV(B)123.43º59.32%69.41%-
XYZ19.7733.3712.61-
YUV134.3296.2183.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=22.02%
G=54.13%
B=23.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72177780.5900.560.31123.4342.1748.82
Hex48B14E3B0381F7b2a31
Octal11026111673070371735261
Binary10010001011000110011101110110111000111111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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