#40BA52

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

Shades of Fruit Salad #40BA52

Tints of Fruit Salad #40BA52

Color information

#40BA52 (or 0x40BA52) is unknown color: approx Fruit Salad. HEX triplet: 40, BA and 52. RGB value is (64,186,82). Sum of RGB (Red+Green+Blue) = 64+186+82=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA52 is #BF45AD. Grayscale: #898989. Windows color (decimal): -12535214 or 5421632. OLE color: 5421632.

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

Color convert

RGB6418682-
CMYK0.6600.560.27
HSL128.85º48.8%49.02%-
HSV(B)128.85º65.59%72.94%-
XYZ21.236.8213.97-
YUV137.6796.5875.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 186 (73.05% from 255) = 56.02%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=19.28%
G=56.02%
B=24.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186820.6600.560.27128.8548.849.02
Hex40BA52420381B813131
Octal100272122102070332016161
Binary1000000101110101010010100001001110001101110000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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