Html Css Color HEX #4D954A Fruit Salad

📋 copy color: '#4D954A'

red 77 ◦ green 149 ◦ blue 74

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

Shades of Fruit Salad #4D954A

Tints of Fruit Salad #4D954A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 25.67%
G = 49.67%
B = 24.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#4D954A (or 0x4D954A) is known color: Fruit Salad. HEX triplet: 4D, 95 and 4A. RGB value is (77,149,74). Sum of RGB (Red+Green+Blue) = 77+149+74=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #4D954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D954A is #B26AB5. Grayscale: #777777. Windows color (decimal): -11692726 or 4887885. OLE color: 4887885.

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

Color convert

RGB 77 149 74 -
CMYK 0.48 0 0.50 0.42
HSL 117.6º 0.34% 0.44% -
HSV(B) 117.6º 0.5% 0.58% -
XYZ 15.04 23.57 10.23 -
YUV 118.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 77 149 74 0.48 0 0.50 0.42 117.6 0.34 0.44
Hex 4D 95 4A 30 0 32 2A 76 22 2C
Octal 115 225 112 60 0 62 52 166 42 54
Binary 1001101 10010101 1001010 110000 0 110010 101010 1110110 100010 101100

Color Harmonies of #4D954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D954A

Black with #4D954A

Text Example


Text Example

White with #4D954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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