#40B243

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

Shades of Fruit Salad #40B243

Tints of Fruit Salad #40B243

Color information

#40B243 (or 0x40B243) is unknown color: approx Fruit Salad. HEX triplet: 40, B2 and 43. RGB value is (64,178,67). Sum of RGB (Red+Green+Blue) = 64+178+67=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 178 (69.92% from 255 or 57.61% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 178 - color contains mainly: green. Hex color #40B243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B243 is #BF4DBC. Grayscale: #838383. Windows color (decimal): -12537277 or 4436544. OLE color: 4436544.

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

Color convert

RGB6417867-
CMYK0.6400.620.30
HSL121.58º47.11%47.45%-
HSV(B)121.58º64.04%69.8%-
XYZ19.0533.3410.74-
YUV131.2691.7380.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 178 (69.92% from 255) = 57.61%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=20.71%
G=57.61%
B=21.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178670.6400.620.30121.5847.1147.45
Hex40B2434003E1E7a2f2f
Octal100262103100076361725757
Binary100000010110010100001110000000111110111101111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,67); }

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

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

 a { background-color: rgb(64,178,67); }

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

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

 span { border-color: rgb(64,178,67); }

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