#40BA46

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

Shades of Fruit Salad #40BA46

Tints of Fruit Salad #40BA46

Color information

#40BA46 (or 0x40BA46) is unknown color: approx Fruit Salad. HEX triplet: 40, BA and 46. RGB value is (64,186,70). Sum of RGB (Red+Green+Blue) = 64+186+70=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA46 is #BF45B9. Grayscale: #888888. Windows color (decimal): -12535226 or 4635200. OLE color: 4635200.

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

Color convert

RGB6418670-
CMYK0.6600.620.27
HSL122.95º48.8%49.02%-
HSV(B)122.95º65.59%72.94%-
XYZ20.7836.6511.77-
YUV136.390.5876.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 186 (73.05% from 255) = 58.12%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=20%
G=58.12%
B=21.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186700.6600.620.27122.9548.849.02
Hex40BA464203E1B7b3131
Octal100272106102076331736161
Binary100000010111010100011010000100111110110111111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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