#44C25A

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

Shades of Fruit Salad #44C25A

Tints of Fruit Salad #44C25A

Color information

#44C25A (or 0x44C25A) is unknown color: approx Fruit Salad. HEX triplet: 44, C2 and 5A. RGB value is (68,194,90). Sum of RGB (Red+Green+Blue) = 68+194+90=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #44C25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C25A is #BB3DA5. Grayscale: #909090. Windows color (decimal): -12271014 or 5947972. OLE color: 5947972.

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

Color convert

RGB6819490-
CMYK0.6500.540.24
HSL130.48º50.81%51.37%-
HSV(B)130.48º64.95%76.08%-
XYZ23.5240.5516.26-
YUV144.4797.2673.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 194 (76.17% from 255) = 55.11%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=19.32%
G=55.11%
B=25.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68194900.6500.540.24130.4850.8151.37
Hex44C25A4103618823333
Octal104302132101066302026363
Binary1000100110000101011010100000101101101100010000010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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