#4DAF50

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

Shades of Fruit Salad #4DAF50

Tints of Fruit Salad #4DAF50

Color information

#4DAF50 (or 0x4DAF50) is unknown color: approx Fruit Salad. HEX triplet: 4D, AF and 50. RGB value is (77,175,80). Sum of RGB (Red+Green+Blue) = 77+175+80=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF50 is #B250AF. Grayscale: #878787. Windows color (decimal): -11686064 or 5287757. OLE color: 5287757.

HSL color Cylindrical-coordinate representation of color #4DAF50: hue angle of 121.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF50 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB7717580-
CMYK0.5600.540.31
HSL121.84º38.89%49.41%-
HSV(B)121.84º56%68.63%-
XYZ19.8432.8212.88-
YUV134.8797.0386.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 175 (68.75% from 255) = 52.71%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=23.19%
G=52.71%
B=24.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77175800.5600.540.31121.8438.8949.41
Hex4DAF50380361F7a2731
Octal11525712070066371724761
Binary10011011010111110100001110000110110111111111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,80); }

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

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

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

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

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

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

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