#40B23C

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

Shades of Fruit Salad #40B23C

Tints of Fruit Salad #40B23C

Color information

#40B23C (or 0x40B23C) is unknown color: approx Fruit Salad. HEX triplet: 40, B2 and 3C. RGB value is (64,178,60). Sum of RGB (Red+Green+Blue) = 64+178+60=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #40B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B23C is #BF4DC3. Grayscale: #828282. Windows color (decimal): -12537284 or 3977792. OLE color: 3977792.

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

Color convert

RGB6417860-
CMYK0.6400.660.30
HSL117.97º49.58%46.67%-
HSV(B)117.97º66.29%69.8%-
XYZ18.8533.269.7-
YUV130.4688.2380.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 178 (69.92% from 255) = 58.94%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=21.19%
G=58.94%
B=19.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178600.6400.660.30117.9749.5846.67
Hex40B23C400421E76322f
Octal100262741000102361666257
Binary100000010110010111100100000001000010111101110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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