#44BE56

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

Shades of Fruit Salad #44BE56

Tints of Fruit Salad #44BE56

Color information

#44BE56 (or 0x44BE56) is unknown color: approx Fruit Salad. HEX triplet: 44, BE and 56. RGB value is (68,190,86). Sum of RGB (Red+Green+Blue) = 68+190+86=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BE56 is #BB41A9. Grayscale: #8D8D8D. Windows color (decimal): -12272042 or 5684804. OLE color: 5684804.

HSL color Cylindrical-coordinate representation of color #44BE56: hue angle of 128.85º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BE56 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB6819086-
CMYK0.6400.550.25
HSL128.85º48.41%50.59%-
HSV(B)128.85º64.21%74.51%-
XYZ22.4838.7315.09-
YUV141.6796.5875.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 190 (74.61% from 255) = 55.23%
BLUE value IS 86 (33.98% from 255) = 25%
R=19.77%
G=55.23%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68190860.6400.550.25128.8548.4150.59
Hex44BE564003719813033
Octal104276126100067312016063
Binary1000100101111101010110100000001101111100110000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BE56; }

 p { color: rgb(68,190,86); }

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

<style>
 a { background-color: #44BE56; }

 a { background-color: rgb(68,190,86); }

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

<style>
 span { border-color: #44BE56; }

 span { border-color: rgb(68,190,86); }

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