#44BB4C

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

Shades of Fruit Salad #44BB4C

Tints of Fruit Salad #44BB4C

Color information

#44BB4C (or 0x44BB4C) is unknown color: approx Fruit Salad. HEX triplet: 44, BB and 4C. RGB value is (68,187,76). Sum of RGB (Red+Green+Blue) = 68+187+76=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BB4C is #BB44B3. Grayscale: #8B8B8B. Windows color (decimal): -12272820 or 5028676. OLE color: 5028676.

HSL color Cylindrical-coordinate representation of color #44BB4C: hue angle of 124.03º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BB4C is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB6818776-
CMYK0.6400.590.27
HSL124.03º46.67%50%-
HSV(B)124.03º63.64%73.33%-
XYZ21.4637.2912.9-
YUV138.7692.5877.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 187 (73.44% from 255) = 56.50%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=20.54%
G=56.50%
B=22.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68187760.6400.590.27124.0346.6750
Hex44BB4C4003B1B7c2f32
Octal104273114100073331745762
Binary100010010111011100110010000000111011110111111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,187,76); }

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

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

 a { background-color: rgb(68,187,76); }

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

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

 span { border-color: rgb(68,187,76); }

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