#44B150

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

Shades of Fruit Salad #44B150

Tints of Fruit Salad #44B150

Color information

#44B150 (or 0x44B150) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 50. RGB value is (68,177,80). Sum of RGB (Red+Green+Blue) = 68+177+80=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #44B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B150 is #BB4EAF. Grayscale: #858585. Windows color (decimal): -12275376 or 5288260. OLE color: 5288260.

HSL color Cylindrical-coordinate representation of color #44B150: hue angle of 126.61º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B150 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB6817780-
CMYK0.6200.550.31
HSL126.61º44.49%48.04%-
HSV(B)126.61º61.58%69.41%-
XYZ19.5533.2512.98-
YUV133.3597.8981.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 177 (69.53% from 255) = 54.46%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=20.92%
G=54.46%
B=24.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177800.6200.550.31126.6144.4948.04
Hex44B1503E0371F7f2c30
Octal10426112076067371775460
Binary10001001011000110100001111100110111111111111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,177,80); }

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

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

 a { background-color: rgb(68,177,80); }

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

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

 span { border-color: rgb(68,177,80); }

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