#40BA45

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

Shades of Fruit Salad #40BA45

Tints of Fruit Salad #40BA45

Color information

#40BA45 (or 0x40BA45) is unknown color: approx Fruit Salad. HEX triplet: 40, BA and 45. RGB value is (64,186,69). Sum of RGB (Red+Green+Blue) = 64+186+69=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA45 is #BF45BA. Grayscale: #888888. Windows color (decimal): -12535227 or 4569664. OLE color: 4569664.

HSL color Cylindrical-coordinate representation of color #40BA45: hue angle of 122.46º 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 #40BA45 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB6418669-
CMYK0.6600.630.27
HSL122.46º48.8%49.02%-
HSV(B)122.46º65.59%72.94%-
XYZ20.7536.6411.61-
YUV136.1890.0876.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=20.06%
G=58.31%
B=21.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186690.6600.630.27122.4648.849.02
Hex40BA454203F1B7a3131
Octal100272105102077331726161
Binary100000010111010100010110000100111111110111111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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