#40B956

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

Shades of Fruit Salad #40B956

Tints of Fruit Salad #40B956

Color information

#40B956 (or 0x40B956) is unknown color: approx Fruit Salad. HEX triplet: 40, B9 and 56. RGB value is (64,185,86). Sum of RGB (Red+Green+Blue) = 64+185+86=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #40B956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B956 is #BF46A9. Grayscale: #898989. Windows color (decimal): -12535466 or 5683520. OLE color: 5683520.

HSL color Cylindrical-coordinate representation of color #40B956: hue angle of 130.91º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B956 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB6418586-
CMYK0.6500.540.27
HSL130.91º48.59%48.82%-
HSV(B)130.91º65.41%72.55%-
XYZ21.1436.4614.73-
YUV137.5498.9175.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 185 (72.66% from 255) = 55.22%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=19.10%
G=55.22%
B=25.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64185860.6500.540.27130.9148.5948.82
Hex40B956410361B833131
Octal100271126101066332036161
Binary1000000101110011010110100000101101101101110000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,185,86); }

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

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

 a { background-color: rgb(64,185,86); }

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

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

 span { border-color: rgb(64,185,86); }

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