#44BF51

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

Shades of Fruit Salad #44BF51

Tints of Fruit Salad #44BF51

Color information

#44BF51 (or 0x44BF51) is unknown color: approx Fruit Salad. HEX triplet: 44, BF and 51. RGB value is (68,191,81). Sum of RGB (Red+Green+Blue) = 68+191+81=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BF51 is #BB40AE. Grayscale: #8E8E8E. Windows color (decimal): -12271791 or 5357380. OLE color: 5357380.

HSL color Cylindrical-coordinate representation of color #44BF51: hue angle of 126.34º degrees, saturation: 0.49, 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 #44BF51 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB6819181-
CMYK0.6400.580.25
HSL126.34º49%50.78%-
HSV(B)126.34º64.4%74.9%-
XYZ22.539.0814.14-
YUV141.6893.7575.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 191 (75% from 255) = 56.18%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=20%
G=56.18%
B=23.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68191810.6400.580.25126.344950.78
Hex44BF514003A197e3133
Octal104277121100072311766163
Binary100010010111111101000110000000111010110011111110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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