Html Css Color HEX #4DAD44 Fruit Salad

📋 copy color: '#4DAD44'

red 77 ◦ green 173 ◦ blue 68

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

Shades of Fruit Salad #4DAD44

Tints of Fruit Salad #4DAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 24.21%
G = 54.4%
B = 21.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#4DAD44 (or 0x4DAD44) is known color: Fruit Salad. HEX triplet: 4D, AD and 44. RGB value is (77,173,68). Sum of RGB (Red+Green+Blue) = 77+173+68=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD44 is #B252BB. Grayscale: #848484. Windows color (decimal): -11686588 or 4500813. OLE color: 4500813.

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

Color convert

RGB 77 173 68 -
CMYK 0.55 0 0.61 0.32
HSL 114.86º 0.44% 0.47% -
HSV(B) 114.86º 0.61% 0.68% -
XYZ 19.05 31.88 10.62 -
YUV 132.33 91.7 88.54 -
System Red Green Blue C M Y K H S L
Decimal 77 173 68 0.55 0 0.61 0.32 114.86 0.44 0.47
Hex 4D AD 44 37 0 3D 20 73 2C 2F
Octal 115 255 104 67 0 75 40 163 54 57
Binary 1001101 10101101 1000100 110111 0 111101 100000 1110011 101100 101111

Color Harmonies of #4DAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD44

Black with #4DAD44

Text Example


Text Example

White with #4DAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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