Html Css Color HEX #4DAC50 Fruit Salad

📋 copy color: '#4DAC50'

red 77 ◦ green 172 ◦ blue 80

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

Shades of Fruit Salad #4DAC50

Tints of Fruit Salad #4DAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.28%

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

R = 23.4%
G = 52.28%
B = 24.32%

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

#4DAC50 (or 0x4DAC50) is known color: Fruit Salad. HEX triplet: 4D, AC and 50. RGB value is (77,172,80). Sum of RGB (Red+Green+Blue) = 77+172+80=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC50 is #B253AF. Grayscale: #858585. Windows color (decimal): -11686832 or 5286989. OLE color: 5286989.

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

Color convert

RGB 77 172 80 -
CMYK 0.55 0 0.53 0.33
HSL 121.89º 0.38% 0.49% -
HSV(B) 121.89º 0.55% 0.67% -
XYZ 19.26 31.66 12.69 -
YUV 133.11 98.03 87.98 -
System Red Green Blue C M Y K H S L
Decimal 77 172 80 0.55 0 0.53 0.33 121.89 0.38 0.49
Hex 4D AC 50 37 0 35 21 7A 26 31
Octal 115 254 120 67 0 65 41 172 46 61
Binary 1001101 10101100 1010000 110111 0 110101 100001 1111010 100110 110001

Color Harmonies of #4DAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC50

Black with #4DAC50

Text Example


Text Example

White with #4DAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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