#40BE4F

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

Shades of Fruit Salad #40BE4F

Tints of Fruit Salad #40BE4F

Color information

#40BE4F (or 0x40BE4F) is unknown color: approx Fruit Salad. HEX triplet: 40, BE and 4F. RGB value is (64,190,79). Sum of RGB (Red+Green+Blue) = 64+190+79=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE4F is #BF41B0. Grayscale: #8B8B8B. Windows color (decimal): -12534193 or 5226048. OLE color: 5226048.

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

Color convert

RGB6419079-
CMYK0.6600.580.25
HSL127.14º49.61%49.8%-
HSV(B)127.14º66.32%74.51%-
XYZ21.9438.4813.67-
YUV139.6793.7674.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=19.22%
G=57.06%
B=23.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64190790.6600.580.25127.1449.6149.8
Hex40BE4F4203A197f3232
Octal100276117102072311776262
Binary100000010111110100111110000100111010110011111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,79); }

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

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

 a { background-color: rgb(64,190,79); }

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

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

 span { border-color: rgb(64,190,79); }

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