#40C454

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

Shades of Fruit Salad #40C454

Tints of Fruit Salad #40C454

Color information

#40C454 (or 0x40C454) is unknown color: approx Fruit Salad. HEX triplet: 40, C4 and 54. RGB value is (64,196,84). Sum of RGB (Red+Green+Blue) = 64+196+84=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #40C454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C454 is #BF3BAB. Grayscale: #909090. Windows color (decimal): -12532652 or 5555264. OLE color: 5555264.

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

Color convert

RGB6419684-
CMYK0.6700.570.23
HSL129.09º52.8%50.98%-
HSV(B)129.09º67.35%76.86%-
XYZ23.4541.2115.11-
YUV143.7694.2771.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 196 (76.95% from 255) = 56.98%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=18.60%
G=56.98%
B=24.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64196840.6700.570.23129.0952.850.98
Hex40C4544303917813533
Octal100304124103071272016563
Binary1000000110001001010100100001101110011011110000001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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