#40B84C

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

Shades of Fruit Salad #40B84C

Tints of Fruit Salad #40B84C

Color information

#40B84C (or 0x40B84C) is unknown color: approx Fruit Salad. HEX triplet: 40, B8 and 4C. RGB value is (64,184,76). Sum of RGB (Red+Green+Blue) = 64+184+76=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #40B84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B84C is #BF47B3. Grayscale: #888888. Windows color (decimal): -12535732 or 5027904. OLE color: 5027904.

HSL color Cylindrical-coordinate representation of color #40B84C: hue angle of 126º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B84C is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB6418476-
CMYK0.6500.590.28
HSL126º48.39%48.63%-
HSV(B)126º65.22%72.16%-
XYZ20.5635.8912.68-
YUV135.8194.2476.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 184 (72.27% from 255) = 56.79%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=19.75%
G=56.79%
B=23.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64184760.6500.590.2812648.3948.63
Hex40B84C4103B1C7e3031
Octal100270114101073341766061
Binary100000010111000100110010000010111011111001111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,184,76); }

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

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

 a { background-color: rgb(64,184,76); }

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

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

 span { border-color: rgb(64,184,76); }

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