#40B554

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

Shades of Fruit Salad #40B554

Tints of Fruit Salad #40B554

Color information

#40B554 (or 0x40B554) is unknown color: approx Fruit Salad. HEX triplet: 40, B5 and 54. RGB value is (64,181,84). Sum of RGB (Red+Green+Blue) = 64+181+84=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #40B554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B554 is #BF4AAB. Grayscale: #878787. Windows color (decimal): -12536492 or 5551424. OLE color: 5551424.

HSL color Cylindrical-coordinate representation of color #40B554: hue angle of 130.26º 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 #40B554 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB6418184-
CMYK0.6500.540.29
HSL130.26º47.76%48.04%-
HSV(B)130.26º64.64%70.98%-
XYZ20.2434.7814.03-
YUV134.9699.2477.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 181 (71.09% from 255) = 55.02%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=19.45%
G=55.02%
B=25.53%

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
Decimal64181840.6500.540.29130.2647.7648.04
Hex40B554410361D823030
Octal100265124101066352026060
Binary1000000101101011010100100000101101101110110000010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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