#40B74D

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

Shades of Fruit Salad #40B74D

Tints of Fruit Salad #40B74D

Color information

#40B74D (or 0x40B74D) is unknown color: approx Fruit Salad. HEX triplet: 40, B7 and 4D. RGB value is (64,183,77). Sum of RGB (Red+Green+Blue) = 64+183+77=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #40B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B74D is #BF48B2. Grayscale: #878787. Windows color (decimal): -12535987 or 5093184. OLE color: 5093184.

HSL color Cylindrical-coordinate representation of color #40B74D: hue angle of 126.55º 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 #40B74D is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB6418377-
CMYK0.6500.580.28
HSL126.55º48.18%48.43%-
HSV(B)126.55º65.03%71.76%-
XYZ20.3935.4912.8-
YUV135.3395.0877.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 183 (71.88% from 255) = 56.48%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=19.75%
G=56.48%
B=23.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64183770.6500.580.28126.5548.1848.43
Hex40B74D4103A1C7f3030
Octal100267115101072341776060
Binary100000010110111100110110000010111010111001111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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