#40BA4E

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

Shades of Fruit Salad #40BA4E

Tints of Fruit Salad #40BA4E

Color information

#40BA4E (or 0x40BA4E) is unknown color: approx Fruit Salad. HEX triplet: 40, BA and 4E. RGB value is (64,186,78). Sum of RGB (Red+Green+Blue) = 64+186+78=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA4E is #BF45B1. Grayscale: #898989. Windows color (decimal): -12535218 or 5159488. OLE color: 5159488.

HSL color Cylindrical-coordinate representation of color #40BA4E: hue angle of 126.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA4E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB6418678-
CMYK0.6600.580.27
HSL126.89º48.8%49.02%-
HSV(B)126.89º65.59%72.94%-
XYZ21.0536.7613.19-
YUV137.2194.5875.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 186 (73.05% from 255) = 56.71%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=19.51%
G=56.71%
B=23.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186780.6600.580.27126.8948.849.02
Hex40BA4E4203A1B7f3131
Octal100272116102072331776161
Binary100000010111010100111010000100111010110111111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40BA4E; }

 p { color: rgb(64,186,78); }

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

<style>
 a { background-color: #40BA4E; }

 a { background-color: rgb(64,186,78); }

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

<style>
 span { border-color: #40BA4E; }

 span { border-color: rgb(64,186,78); }

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