#44B74E

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

Shades of Fruit Salad #44B74E

Tints of Fruit Salad #44B74E

Color information

#44B74E (or 0x44B74E) is unknown color: approx Fruit Salad. HEX triplet: 44, B7 and 4E. RGB value is (68,183,78). Sum of RGB (Red+Green+Blue) = 68+183+78=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #44B74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B74E is #BB48B1. Grayscale: #888888. Windows color (decimal): -12273842 or 5158724. OLE color: 5158724.

HSL color Cylindrical-coordinate representation of color #44B74E: hue angle of 125.22º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B74E is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB6818378-
CMYK0.6300.570.28
HSL125.22º45.82%49.22%-
HSV(B)125.22º62.84%71.76%-
XYZ20.6935.6513-
YUV136.6494.979.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 183 (71.88% from 255) = 55.62%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=20.67%
G=55.62%
B=23.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68183780.6300.570.28125.2245.8249.22
Hex44B74E3F0391C7d2e31
Octal10426711677071341755661
Binary10001001011011110011101111110111001111001111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,183,78); }

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

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

 a { background-color: rgb(68,183,78); }

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

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

 span { border-color: rgb(68,183,78); }

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