#4DAD44

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

Shades of Fruit Salad #4DAD44

Tints of Fruit Salad #4DAD44

Color information

#4DAD44 (or 0x4DAD44) is unknown color: approx Fruit Salad. HEX triplet: 4D, AD and 44. RGB value is (77,173,68). Sum of RGB (Red+Green+Blue) = 77+173+68=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD44 is #B252BB. Grayscale: #848484. Windows color (decimal): -11686588 or 4500813. OLE color: 4500813.

HSL color Cylindrical-coordinate representation of color #4DAD44: hue angle of 114.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DAD44 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB7717368-
CMYK0.5500.610.32
HSL114.86º43.57%47.25%-
HSV(B)114.86º60.69%67.84%-
XYZ19.0531.8810.62-
YUV132.3391.788.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 173 (67.97% from 255) = 54.40%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=24.21%
G=54.40%
B=21.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77173680.5500.610.32114.8643.5747.25
Hex4DAD443703D20732c2f
Octal11525510467075401635457
Binary100110110101101100010011011101111011000001110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DAD44; }

 p { color: rgb(77,173,68); }

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

<style>
 a { background-color: #4DAD44; }

 a { background-color: rgb(77,173,68); }

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

<style>
 span { border-color: #4DAD44; }

 span { border-color: rgb(77,173,68); }

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