#40C04E

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

Shades of Fruit Salad #40C04E

Tints of Fruit Salad #40C04E

Color information

#40C04E (or 0x40C04E) is unknown color: approx Fruit Salad. HEX triplet: 40, C0 and 4E. RGB value is (64,192,78). Sum of RGB (Red+Green+Blue) = 64+192+78=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #40C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C04E is #BF3FB1. Grayscale: #8D8D8D. Windows color (decimal): -12533682 or 5161024. OLE color: 5161024.

HSL color Cylindrical-coordinate representation of color #40C04E: hue angle of 126.56º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C04E is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB6419278-
CMYK0.6700.590.25
HSL126.56º50.39%50.2%-
HSV(B)126.56º66.67%75.29%-
XYZ22.3439.3413.62-
YUV140.7392.5973.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 192 (75.39% from 255) = 57.49%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=19.16%
G=57.49%
B=23.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64192780.6700.590.25126.5650.3950.2
Hex40C04E4303B197f3232
Octal100300116103073311776262
Binary100000011000000100111010000110111011110011111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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