#44C24F

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

Shades of Fruit Salad #44C24F

Tints of Fruit Salad #44C24F

Color information

#44C24F (or 0x44C24F) is unknown color: approx Fruit Salad. HEX triplet: 44, C2 and 4F. RGB value is (68,194,79). Sum of RGB (Red+Green+Blue) = 68+194+79=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #44C24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C24F is #BB3DB0. Grayscale: #8F8F8F. Windows color (decimal): -12271025 or 5227076. OLE color: 5227076.

HSL color Cylindrical-coordinate representation of color #44C24F: hue angle of 125.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C24F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB6819479-
CMYK0.6500.590.24
HSL125.24º50.81%51.37%-
HSV(B)125.24º64.95%76.08%-
XYZ23.0940.3813.97-
YUV143.2291.7674.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 194 (76.17% from 255) = 56.89%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=19.94%
G=56.89%
B=23.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68194790.6500.590.24125.2450.8151.37
Hex44C24F4103B187d3333
Octal104302117101073301756363
Binary100010011000010100111110000010111011110001111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,194,79); }

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

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

 a { background-color: rgb(68,194,79); }

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

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

 span { border-color: rgb(68,194,79); }

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