#44B151

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

Shades of Fruit Salad #44B151

Tints of Fruit Salad #44B151

Color information

#44B151 (or 0x44B151) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 51. RGB value is (68,177,81). Sum of RGB (Red+Green+Blue) = 68+177+81=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #44B151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B151 is #BB4EAE. Grayscale: #858585. Windows color (decimal): -12275375 or 5353796. OLE color: 5353796.

HSL color Cylindrical-coordinate representation of color #44B151: hue angle of 127.16º 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 #44B151 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB6817781-
CMYK0.6200.540.31
HSL127.16º44.49%48.04%-
HSV(B)127.16º61.58%69.41%-
XYZ19.5933.2713.17-
YUV133.4698.3981.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 177 (69.53% from 255) = 54.29%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=20.86%
G=54.29%
B=24.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177810.6200.540.31127.1644.4948.04
Hex44B1513E0361F7f2c30
Octal10426112176066371775460
Binary10001001011000110100011111100110110111111111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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