Html Css Color HEX #4DAA50 Fruit Salad

📋 copy color: '#4DAA50'

red 77 ◦ green 170 ◦ blue 80

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

Shades of Fruit Salad #4DAA50

Tints of Fruit Salad #4DAA50

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.99%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 23.55%
G = 51.99%
B = 24.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#4DAA50 (or 0x4DAA50) is known color: Fruit Salad. HEX triplet: 4D, AA and 50. RGB value is (77,170,80). Sum of RGB (Red+Green+Blue) = 77+170+80=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA50 is #B255AF. Grayscale: #848484. Windows color (decimal): -11687344 or 5286477. OLE color: 5286477.

HSL color Cylindrical-coordinate representation of color #4DAA50: hue angle of 121.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA50 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 170 80 -
CMYK 0.55 0 0.53 0.33
HSL 121.94º 0.38% 0.48% -
HSV(B) 121.94º 0.55% 0.67% -
XYZ 18.88 30.91 12.56 -
YUV 131.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 77 170 80 0.55 0 0.53 0.33 121.94 0.38 0.48
Hex 4D AA 50 37 0 35 21 7A 26 30
Octal 115 252 120 67 0 65 41 172 46 60
Binary 1001101 10101010 1010000 110111 0 110101 100001 1111010 100110 110000

Color Harmonies of #4DAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA50

Black with #4DAA50

Text Example


Text Example

White with #4DAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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