#40BA53

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

Shades of Fruit Salad #40BA53

Tints of Fruit Salad #40BA53

Color information

#40BA53 (or 0x40BA53) is unknown color: approx Fruit Salad. HEX triplet: 40, BA and 53. RGB value is (64,186,83). Sum of RGB (Red+Green+Blue) = 64+186+83=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA53 is #BF45AC. Grayscale: #8A8A8A. Windows color (decimal): -12535213 or 5487168. OLE color: 5487168.

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

Color convert

RGB6418683-
CMYK0.6600.550.27
HSL129.34º48.8%49.02%-
HSV(B)129.34º65.59%72.94%-
XYZ21.2336.8314.17-
YUV137.7897.0875.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 186 (73.05% from 255) = 55.86%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=19.22%
G=55.86%
B=24.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186830.6600.550.27129.3448.849.02
Hex40BA53420371B813131
Octal100272123102067332016161
Binary1000000101110101010011100001001101111101110000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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