#40B74E

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

Shades of Fruit Salad #40B74E

Tints of Fruit Salad #40B74E

Color information

#40B74E (or 0x40B74E) is unknown color: approx Fruit Salad. HEX triplet: 40, B7 and 4E. RGB value is (64,183,78). Sum of RGB (Red+Green+Blue) = 64+183+78=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #40B74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B74E is #BF48B1. Grayscale: #878787. Windows color (decimal): -12535986 or 5158720. OLE color: 5158720.

HSL color Cylindrical-coordinate representation of color #40B74E: hue angle of 127.06º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B74E is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB6418378-
CMYK0.6500.570.28
HSL127.06º48.18%48.43%-
HSV(B)127.06º65.03%71.76%-
XYZ20.4235.5112.98-
YUV135.4595.5877.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 78 (30.86% from 255) = 24%
R=19.69%
G=56.31%
B=24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64183780.6500.570.28127.0648.1848.43
Hex40B74E410391C7f3030
Octal100267116101071341776060
Binary100000010110111100111010000010111001111001111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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