#40A950

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

Shades of Fruit Salad #40A950

Tints of Fruit Salad #40A950

Color information

#40A950 (or 0x40A950) is unknown color: approx Fruit Salad. HEX triplet: 40, A9 and 50. RGB value is (64,169,80). Sum of RGB (Red+Green+Blue) = 64+169+80=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #40A950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A950 is #BF56AF. Grayscale: #7F7F7F. Windows color (decimal): -12539568 or 5286208. OLE color: 5286208.

HSL color Cylindrical-coordinate representation of color #40A950: hue angle of 129.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A950 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB6416980-
CMYK0.6200.530.34
HSL129.14º45.06%45.69%-
HSV(B)129.14º62.13%66.27%-
XYZ17.7530.0512.45-
YUV127.46101.2182.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 169 (66.41% from 255) = 53.99%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=20.45%
G=53.99%
B=25.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64169800.6200.530.34129.1445.0645.69
Hex40A9503E03522812d2e
Octal10025112076065422015556
Binary1000000101010011010000111110011010110001010000001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,169,80); }

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

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

 a { background-color: rgb(64,169,80); }

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

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

 span { border-color: rgb(64,169,80); }

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