#40B654

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

Shades of Fruit Salad #40B654

Tints of Fruit Salad #40B654

Color information

#40B654 (or 0x40B654) is unknown color: approx Fruit Salad. HEX triplet: 40, B6 and 54. RGB value is (64,182,84). Sum of RGB (Red+Green+Blue) = 64+182+84=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #40B654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B654 is #BF49AB. Grayscale: #878787. Windows color (decimal): -12536236 or 5551680. OLE color: 5551680.

HSL color Cylindrical-coordinate representation of color #40B654: hue angle of 130.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B654 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB6418284-
CMYK0.6500.540.29
HSL130.17º47.97%48.24%-
HSV(B)130.17º64.84%71.37%-
XYZ20.4435.1914.1-
YUV135.5598.9176.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 182 (71.48% from 255) = 55.15%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=19.39%
G=55.15%
B=25.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64182840.6500.540.29130.1747.9748.24
Hex40B654410361D823030
Octal100266124101066352026060
Binary1000000101101101010100100000101101101110110000010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,182,84); }

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

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

 a { background-color: rgb(64,182,84); }

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

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

 span { border-color: rgb(64,182,84); }

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