#40AB4E

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

Shades of Fruit Salad #40AB4E

Tints of Fruit Salad #40AB4E

Color information

#40AB4E (or 0x40AB4E) is unknown color: approx Fruit Salad. HEX triplet: 40, AB and 4E. RGB value is (64,171,78). Sum of RGB (Red+Green+Blue) = 64+171+78=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB4E is #BF54B1. Grayscale: #808080. Windows color (decimal): -12539058 or 5155648. OLE color: 5155648.

HSL color Cylindrical-coordinate representation of color #40AB4E: hue angle of 127.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB4E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB6417178-
CMYK0.6300.540.33
HSL127.85º45.53%46.08%-
HSV(B)127.85º62.57%67.06%-
XYZ18.0530.7712.19-
YUV128.499.5582.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=20.45%
G=54.63%
B=24.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64171780.6300.540.33127.8545.5346.08
Hex40AB4E3F03621802e2e
Octal10025311677066412005656
Binary1000000101010111001110111111011011010000110000000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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