#4DAA41

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

Shades of Fruit Salad #4DAA41

Tints of Fruit Salad #4DAA41

Color information

#4DAA41 (or 0x4DAA41) is unknown color: approx Fruit Salad. HEX triplet: 4D, AA and 41. RGB value is (77,170,65). Sum of RGB (Red+Green+Blue) = 77+170+65=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA41 is #B255BE. Grayscale: #828282. Windows color (decimal): -11687359 or 4303437. OLE color: 4303437.

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

Color convert

RGB7717065-
CMYK0.5500.620.33
HSL113.14º44.68%46.08%-
HSV(B)113.14º61.76%66.67%-
XYZ18.3930.719.96-
YUV130.2291.1990.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.68%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=24.68%
G=54.49%
B=20.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77170650.5500.620.33113.1444.6846.08
Hex4DAA413703E21712d2e
Octal11525210167076411615556
Binary100110110101010100000111011101111101000011110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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