#44C14A

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

Shades of Fruit Salad #44C14A

Tints of Fruit Salad #44C14A

Color information

#44C14A (or 0x44C14A) is unknown color: approx Fruit Salad. HEX triplet: 44, C1 and 4A. RGB value is (68,193,74). Sum of RGB (Red+Green+Blue) = 68+193+74=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #44C14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C14A is #BB3EB5. Grayscale: #8E8E8E. Windows color (decimal): -12271286 or 4899140. OLE color: 4899140.

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

Color convert

RGB6819374-
CMYK0.6500.620.24
HSL122.88º50.2%51.18%-
HSV(B)122.88º64.77%75.69%-
XYZ22.6939.8612.98-
YUV142.0689.5975.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 193 (75.78% from 255) = 57.61%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=20.30%
G=57.61%
B=22.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68193740.6500.620.24122.8850.251.18
Hex44C14A4103E187b3233
Octal104301112101076301736263
Binary100010011000001100101010000010111110110001111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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