#40C057

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

Shades of Fruit Salad #40C057

Tints of Fruit Salad #40C057

Color information

#40C057 (or 0x40C057) is unknown color: approx Fruit Salad. HEX triplet: 40, C0 and 57. RGB value is (64,192,87). Sum of RGB (Red+Green+Blue) = 64+192+87=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #40C057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C057 is #BF3FA8. Grayscale: #8E8E8E. Windows color (decimal): -12533673 or 5750848. OLE color: 5750848.

HSL color Cylindrical-coordinate representation of color #40C057: hue angle of 130.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C057 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB6419287-
CMYK0.6700.550.25
HSL130.78º50.39%50.2%-
HSV(B)130.78º66.67%75.29%-
XYZ22.6839.4815.44-
YUV141.7697.0972.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 192 (75.39% from 255) = 55.98%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=18.66%
G=55.98%
B=25.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64192870.6700.550.25130.7850.3950.2
Hex40C0574303719833232
Octal100300127103067312036262
Binary1000000110000001010111100001101101111100110000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,192,87); }

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

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

 a { background-color: rgb(64,192,87); }

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

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

 span { border-color: rgb(64,192,87); }

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