#44BB4A

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

Shades of Fruit Salad #44BB4A

Tints of Fruit Salad #44BB4A

Color information

#44BB4A (or 0x44BB4A) is unknown color: approx Fruit Salad. HEX triplet: 44, BB and 4A. RGB value is (68,187,74). Sum of RGB (Red+Green+Blue) = 68+187+74=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BB4A is #BB44B5. Grayscale: #8A8A8A. Windows color (decimal): -12272822 or 4897604. OLE color: 4897604.

HSL color Cylindrical-coordinate representation of color #44BB4A: hue angle of 123.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 #44BB4A is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB6818774-
CMYK0.6400.600.27
HSL123.03º46.67%50%-
HSV(B)123.03º63.64%73.33%-
XYZ21.3937.2612.54-
YUV138.5491.5877.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 187 (73.44% from 255) = 56.84%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=20.67%
G=56.84%
B=22.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68187740.6400.600.27123.0346.6750
Hex44BB4A4003C1B7b2f32
Octal104273112100074331735762
Binary100010010111011100101010000000111100110111111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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