Html Css Color HEX #4D954C Fruit Salad

📋 copy color: '#4D954C'

red 77 ◦ green 149 ◦ blue 76

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

Shades of Fruit Salad #4D954C

Tints of Fruit Salad #4D954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 25.5%
G = 49.34%
B = 25.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#4D954C (or 0x4D954C) is known color: Fruit Salad. HEX triplet: 4D, 95 and 4C. RGB value is (77,149,76). Sum of RGB (Red+Green+Blue) = 77+149+76=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #4D954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D954C is #B26AB3. Grayscale: #777777. Windows color (decimal): -11692724 or 5018957. OLE color: 5018957.

HSL color Cylindrical-coordinate representation of color #4D954C: hue angle of 119.18º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D954C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 149 76 -
CMYK 0.48 0 0.49 0.42
HSL 119.18º 0.32% 0.44% -
HSV(B) 119.18º 0.49% 0.58% -
XYZ 15.11 23.59 10.6 -
YUV 119.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 77 149 76 0.48 0 0.49 0.42 119.18 0.32 0.44
Hex 4D 95 4C 30 0 31 2A 77 20 2C
Octal 115 225 114 60 0 61 52 167 40 54
Binary 1001101 10010101 1001100 110000 0 110001 101010 1110111 100000 101100

Color Harmonies of #4D954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D954C

Black with #4D954C

Text Example


Text Example

White with #4D954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,76); }

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

background-color css

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

 a { background-color: rgb(77,149,76); }

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

border-color css

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

 span { border-color: rgb(77,149,76); }

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