Html Css Color HEX #4DAD55 Fruit Salad

📋 copy color: '#4DAD55'

red 77 ◦ green 173 ◦ blue 85

#4DAD55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4DAD55

Tints of Fruit Salad #4DAD55

RGB

 RED value IS 77 (30.47% from 255) = 22.99%

 GREEN value IS 173 (67.97% from 255) = 51.64%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 22.99%
G = 51.64%
B = 25.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#4DAD55 (or 0x4DAD55) is known color: Fruit Salad. HEX triplet: 4D, AD and 55. RGB value is (77,173,85). Sum of RGB (Red+Green+Blue) = 77+173+85=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD55 is #B252AA. Grayscale: #868686. Windows color (decimal): -11686571 or 5614925. OLE color: 5614925.

HSL color Cylindrical-coordinate representation of color #4DAD55: hue angle of 125º 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 #4DAD55 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 85 -
CMYK 0.55 0 0.51 0.32
HSL 125º 0.38% 0.49% -
HSV(B) 125º 0.55% 0.68% -
XYZ 19.64 32.12 13.76 -
YUV 134.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 77 173 85 0.55 0 0.51 0.32 125 0.38 0.49
Hex 4D AD 55 37 0 33 20 7D 26 31
Octal 115 255 125 67 0 63 40 175 46 61
Binary 1001101 10101101 1010101 110111 0 110011 100000 1111101 100110 110001

Color Harmonies of #4DAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD55

Black with #4DAD55

Text Example


Text Example

White with #4DAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DAD55;
 }
 .AnyTagClassName
 {
   color: #4DAD55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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