#4DAD5C

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

Shades of Fruit Salad #4DAD5C

Tints of Fruit Salad #4DAD5C

Color information

#4DAD5C (or 0x4DAD5C) is unknown color: approx Fruit Salad. HEX triplet: 4D, AD and 5C. RGB value is (77,173,92). Sum of RGB (Red+Green+Blue) = 77+173+92=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD5C is #B252A3. Grayscale: #878787. Windows color (decimal): -11686564 or 6073677. OLE color: 6073677.

HSL color Cylindrical-coordinate representation of color #4DAD5C: hue angle of 129.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD5C is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB7717392-
CMYK0.5500.470.32
HSL129.38º38.4%49.02%-
HSV(B)129.38º55.49%67.84%-
XYZ19.9432.2415.3-
YUV135.06103.786.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=22.51%
G=50.58%
B=26.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77173920.5500.470.32129.3838.449.02
Hex4DAD5C3702F20812631
Octal11525513467057402014661
Binary1001101101011011011100110111010111110000010000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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