#4DA44D

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

Shades of Fruit Salad #4DA44D

Tints of Fruit Salad #4DA44D

Color information

#4DA44D (or 0x4DA44D) is unknown color: approx Fruit Salad. HEX triplet: 4D, A4 and 4D. RGB value is (77,164,77). Sum of RGB (Red+Green+Blue) = 77+164+77=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA44D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA44D is #B25BB2. Grayscale: #808080. Windows color (decimal): -11688883 or 5088333. OLE color: 5088333.

HSL color Cylindrical-coordinate representation of color #4DA44D: hue angle of 120º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA44D is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB7716477-
CMYK0.5300.530.36
HSL120º36.1%47.25%-
HSV(B)120º53.05%64.31%-
XYZ17.6828.6611.62-
YUV128.0799.1891.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=24.21%
G=51.57%
B=24.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77164770.5300.530.3612036.147.25
Hex4DA44D350352478242f
Octal11524411565065441704457
Binary100110110100100100110111010101101011001001111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,164,77); }

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

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

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

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

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

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

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