#40A23D

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

Shades of Fruit Salad #40A23D

Tints of Fruit Salad #40A23D

Color information

#40A23D (or 0x40A23D) is unknown color: approx Fruit Salad. HEX triplet: 40, A2 and 3D. RGB value is (64,162,61). Sum of RGB (Red+Green+Blue) = 64+162+61=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #40A23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A23D is #BF5DC2. Grayscale: #797979. Windows color (decimal): -12541379 or 4039232. OLE color: 4039232.

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

Color convert

RGB6416261-
CMYK0.6000.620.36
HSL118.22º45.29%43.73%-
HSV(B)118.22º62.35%63.53%-
XYZ15.8827.278.84-
YUV121.1894.0387.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=22.30%
G=56.45%
B=21.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162610.6000.620.36118.2245.2943.73
Hex40A23D3C03E24762d2c
Octal1002427574076441665554
Binary10000001010001011110111110001111101001001110110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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