#40A850

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

Shades of Fruit Salad #40A850

Tints of Fruit Salad #40A850

Color information

#40A850 (or 0x40A850) is unknown color: approx Fruit Salad. HEX triplet: 40, A8 and 50. RGB value is (64,168,80). Sum of RGB (Red+Green+Blue) = 64+168+80=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #40A850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A850 is #BF57AF. Grayscale: #7F7F7F. Windows color (decimal): -12539824 or 5285952. OLE color: 5285952.

HSL color Cylindrical-coordinate representation of color #40A850: hue angle of 129.23º 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 #40A850 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB6416880-
CMYK0.6200.520.34
HSL129.23º44.83%45.49%-
HSV(B)129.23º61.9%65.88%-
XYZ17.5629.6712.39-
YUV126.87101.5483.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 168 (66.02% from 255) = 53.85%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=20.51%
G=53.85%
B=25.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64168800.6200.520.34129.2344.8345.49
Hex40A8503E03422812d2d
Octal10025012076064422015555
Binary1000000101010001010000111110011010010001010000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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