#40BD4E

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

Shades of Fruit Salad #40BD4E

Tints of Fruit Salad #40BD4E

Color information

#40BD4E (or 0x40BD4E) is unknown color: approx Fruit Salad. HEX triplet: 40, BD and 4E. RGB value is (64,189,78). Sum of RGB (Red+Green+Blue) = 64+189+78=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BD4E is #BF42B1. Grayscale: #8B8B8B. Windows color (decimal): -12534450 or 5160256. OLE color: 5160256.

HSL color Cylindrical-coordinate representation of color #40BD4E: hue angle of 126.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD4E is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB6418978-
CMYK0.6600.590.26
HSL126.72º49.41%49.61%-
HSV(B)126.72º66.14%74.12%-
XYZ21.6938.0413.41-
YUV138.9793.5974.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=19.34%
G=57.10%
B=23.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64189780.6600.590.26126.7249.4149.61
Hex40BD4E4203B1A7f3132
Octal100275116102073321776162
Binary100000010111101100111010000100111011110101111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,189,78); }

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

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

 a { background-color: rgb(64,189,78); }

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

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

 span { border-color: rgb(64,189,78); }

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