#4DA141

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

Shades of Fruit Salad #4DA141

Tints of Fruit Salad #4DA141

Color information

#4DA141 (or 0x4DA141) is unknown color: approx Fruit Salad. HEX triplet: 4D, A1 and 41. RGB value is (77,161,65). Sum of RGB (Red+Green+Blue) = 77+161+65=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA141 is #B25EBE. Grayscale: #7D7D7D. Windows color (decimal): -11689663 or 4301133. OLE color: 4301133.

HSL color Cylindrical-coordinate representation of color #4DA141: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA141 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB7716165-
CMYK0.5200.600.37
HSL112.5º42.48%44.31%-
HSV(B)112.5º59.63%63.14%-
XYZ16.7627.459.42-
YUV124.9494.1793.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=25.41%
G=53.14%
B=21.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal77161650.5200.600.37112.542.4844.31
Hex4DA1413403C25702a2c
Octal11524110164074451605254
Binary100110110100001100000111010001111001001011110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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