#40BA56

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

Shades of Fruit Salad #40BA56

Tints of Fruit Salad #40BA56

Color information

#40BA56 (or 0x40BA56) is unknown color: approx Fruit Salad. HEX triplet: 40, BA and 56. RGB value is (64,186,86). Sum of RGB (Red+Green+Blue) = 64+186+86=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA56 is #BF45A9. Grayscale: #8A8A8A. Windows color (decimal): -12535210 or 5683776. OLE color: 5683776.

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

Color convert

RGB6418686-
CMYK0.6600.540.27
HSL130.82º48.8%49.02%-
HSV(B)130.82º65.59%72.94%-
XYZ21.3536.8814.8-
YUV138.1298.5875.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=19.05%
G=55.36%
B=25.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186860.6600.540.27130.8248.849.02
Hex40BA56420361B833131
Octal100272126102066332036161
Binary1000000101110101010110100001001101101101110000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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