#4DAB41

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

Shades of Fruit Salad #4DAB41

Tints of Fruit Salad #4DAB41

Color information

#4DAB41 (or 0x4DAB41) is unknown color: approx Fruit Salad. HEX triplet: 4D, AB and 41. RGB value is (77,171,65). Sum of RGB (Red+Green+Blue) = 77+171+65=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAB41 is #B254BE. Grayscale: #838383. Windows color (decimal): -11687103 or 4303693. OLE color: 4303693.

HSL color Cylindrical-coordinate representation of color #4DAB41: hue angle of 113.21º 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 #4DAB41 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB7717165-
CMYK0.5500.620.33
HSL113.21º44.92%46.27%-
HSV(B)113.21º61.99%67.06%-
XYZ18.5831.0910.02-
YUV130.8190.8689.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=24.60%
G=54.63%
B=20.77%

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
Decimal77171650.5500.620.33113.2144.9246.27
Hex4DAB413703E21712d2e
Octal11525310167076411615556
Binary100110110101011100000111011101111101000011110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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