#40b04c

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

Shades of Fruit Salad #40B04C

Tints of Fruit Salad #40B04C

Color information

#40B04C (or 0x40B04C) is unknown color: approx Fruit Salad. HEX triplet: 40, B0 and 4C. RGB value is (64,176,76). Sum of RGB (Red+Green+Blue) = 64+176+76=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #40B04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B04C is #BF4FB3. Grayscale: #838383. Windows color (decimal): -12537780 or 5025856. OLE color: 5025856.

HSL color Cylindrical-coordinate representation of color #40B04C: hue angle of 126.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B04C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB6417676-
CMYK0.6400.570.31
HSL126.43º46.67%47.06%-
HSV(B)126.43º63.64%69.02%-
XYZ18.9432.6612.14-
YUV131.1196.8980.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 176 (69.14% from 255) = 55.70%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=20.25%
G=55.70%
B=24.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64176760.6400.570.31126.4346.6747.06
Hex40B04C400391F7e2f2f
Octal100260114100071371765757
Binary100000010110000100110010000000111001111111111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40b04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,176,76); }

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

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

 a { background-color: rgb(64,176,76); }

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

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

 span { border-color: rgb(64,176,76); }

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