#40A84F

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

Shades of Fruit Salad #40A84F

Tints of Fruit Salad #40A84F

Color information

#40A84F (or 0x40A84F) is unknown color: approx Fruit Salad. HEX triplet: 40, A8 and 4F. RGB value is (64,168,79). Sum of RGB (Red+Green+Blue) = 64+168+79=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #40A84F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A84F is #BF57B0. Grayscale: #7F7F7F. Windows color (decimal): -12539825 or 5220416. OLE color: 5220416.

HSL color Cylindrical-coordinate representation of color #40A84F: hue angle of 128.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A84F is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB6416879-
CMYK0.6200.530.34
HSL128.65º44.83%45.49%-
HSV(B)128.65º61.9%65.88%-
XYZ17.5329.6612.2-
YUV126.76101.0483.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 168 (66.02% from 255) = 54.02%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=20.58%
G=54.02%
B=25.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64168790.6200.530.34128.6544.8345.49
Hex40A84F3E03522812d2d
Octal10025011776065422015555
Binary1000000101010001001111111110011010110001010000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,168,79); }

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

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

 a { background-color: rgb(64,168,79); }

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

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

 span { border-color: rgb(64,168,79); }

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