#40B143

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

Shades of Fruit Salad #40B143

Tints of Fruit Salad #40B143

Color information

#40B143 (or 0x40B143) is unknown color: approx Fruit Salad. HEX triplet: 40, B1 and 43. RGB value is (64,177,67). Sum of RGB (Red+Green+Blue) = 64+177+67=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #40B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B143 is #BF4EBC. Grayscale: #838383. Windows color (decimal): -12537533 or 4436288. OLE color: 4436288.

HSL color Cylindrical-coordinate representation of color #40B143: hue angle of 121.59º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B143 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB6417767-
CMYK0.6400.620.31
HSL121.59º46.89%47.25%-
HSV(B)121.59º63.84%69.41%-
XYZ18.8532.9410.67-
YUV130.6792.0680.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 177 (69.53% from 255) = 57.47%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=20.78%
G=57.47%
B=21.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64177670.6400.620.31121.5946.8947.25
Hex40B1434003E1F7a2f2f
Octal100261103100076371725757
Binary100000010110001100001110000000111110111111111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,177,67); }

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

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

 a { background-color: rgb(64,177,67); }

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

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

 span { border-color: rgb(64,177,67); }

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