#40C553

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

Shades of Fruit Salad #40C553

Tints of Fruit Salad #40C553

Color information

#40C553 (or 0x40C553) is unknown color: approx Fruit Salad. HEX triplet: 40, C5 and 53. RGB value is (64,197,83). Sum of RGB (Red+Green+Blue) = 64+197+83=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #40C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C553 is #BF3AAC. Grayscale: #909090. Windows color (decimal): -12532397 or 5489984. OLE color: 5489984.

HSL color Cylindrical-coordinate representation of color #40C553: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C553 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB6419783-
CMYK0.6800.580.23
HSL128.57º53.41%51.18%-
HSV(B)128.57º67.51%77.25%-
XYZ23.6441.6514.98-
YUV144.2493.4470.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 197 (77.34% from 255) = 57.27%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=18.60%
G=57.27%
B=24.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64197830.6800.580.23128.5753.4151.18
Hex40C5534403A17813533
Octal100305123104072272016563
Binary1000000110001011010011100010001110101011110000001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,197,83); }

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

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

 a { background-color: rgb(64,197,83); }

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

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

 span { border-color: rgb(64,197,83); }

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