#4DAD41

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

Shades of Fruit Salad #4DAD41

Tints of Fruit Salad #4DAD41

Color information

#4DAD41 (or 0x4DAD41) is unknown color: approx Fruit Salad. HEX triplet: 4D, AD and 41. RGB value is (77,173,65). Sum of RGB (Red+Green+Blue) = 77+173+65=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD41 is #B252BE. Grayscale: #848484. Windows color (decimal): -11686591 or 4304205. OLE color: 4304205.

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

Color convert

RGB7717365-
CMYK0.5500.620.32
HSL113.33º45.38%46.67%-
HSV(B)113.33º62.43%67.84%-
XYZ18.9631.8510.15-
YUV131.9890.288.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 173 (67.97% from 255) = 54.92%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=24.44%
G=54.92%
B=20.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77173650.5500.620.32113.3345.3846.67
Hex4DAD413703E20712d2f
Octal11525510167076401615557
Binary100110110101101100000111011101111101000001110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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