#4DA85C

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

Shades of Fruit Salad #4DA85C

Tints of Fruit Salad #4DA85C

Color information

#4DA85C (or 0x4DA85C) is unknown color: approx Fruit Salad. HEX triplet: 4D, A8 and 5C. RGB value is (77,168,92). Sum of RGB (Red+Green+Blue) = 77+168+92=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA85C is #B257A3. Grayscale: #848484. Windows color (decimal): -11687844 or 6072397. OLE color: 6072397.

HSL color Cylindrical-coordinate representation of color #4DA85C: hue angle of 129.89º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA85C is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB7716892-
CMYK0.5400.450.34
HSL129.89º37.14%48.04%-
HSV(B)129.89º54.17%65.88%-
XYZ18.9930.3614.98-
YUV132.13105.3588.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 168 (66.02% from 255) = 49.85%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=22.85%
G=49.85%
B=27.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal77168920.5400.450.34129.8937.1448.04
Hex4DA85C3602D22822530
Octal11525013466055422024560
Binary1001101101010001011100110110010110110001010000010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,168,92); }

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

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

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

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

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

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

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