#40A24D

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

Shades of Fruit Salad #40A24D

Tints of Fruit Salad #40A24D

Color information

#40A24D (or 0x40A24D) is unknown color: approx Fruit Salad. HEX triplet: 40, A2 and 4D. RGB value is (64,162,77). Sum of RGB (Red+Green+Blue) = 64+162+77=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #40A24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A24D is #BF5DB2. Grayscale: #7B7B7B. Windows color (decimal): -12541363 or 5087808. OLE color: 5087808.

HSL color Cylindrical-coordinate representation of color #40A24D: hue angle of 127.96º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A24D is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB6416277-
CMYK0.6000.520.36
HSL127.96º43.36%44.31%-
HSV(B)127.96º60.49%63.53%-
XYZ16.3727.4711.46-
YUV123.01102.0385.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=21.12%
G=53.47%
B=25.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162770.6000.520.36127.9643.3644.31
Hex40A24D3C03424802b2c
Octal10024211574064442005354
Binary1000000101000101001101111100011010010010010000000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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