Html Css Color HEX #4D954E Fruit Salad

📋 copy color: '#4D954E'

red 77 ◦ green 149 ◦ blue 78

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

Shades of Fruit Salad #4D954E

Tints of Fruit Salad #4D954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 25.33%
G = 49.01%
B = 25.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#4D954E (or 0x4D954E) is known color: Fruit Salad. HEX triplet: 4D, 95 and 4E. RGB value is (77,149,78). Sum of RGB (Red+Green+Blue) = 77+149+78=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #4D954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D954E is #B26AB1. Grayscale: #777777. Windows color (decimal): -11692722 or 5150029. OLE color: 5150029.

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

Color convert

RGB 77 149 78 -
CMYK 0.48 0 0.48 0.42
HSL 120.83º 0.32% 0.44% -
HSV(B) 120.83º 0.48% 0.58% -
XYZ 15.18 23.62 10.97 -
YUV 119.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 77 149 78 0.48 0 0.48 0.42 120.83 0.32 0.44
Hex 4D 95 4E 30 0 30 2A 79 20 2C
Octal 115 225 116 60 0 60 52 171 40 54
Binary 1001101 10010101 1001110 110000 0 110000 101010 1111001 100000 101100

Color Harmonies of #4D954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D954E

Black with #4D954E

Text Example


Text Example

White with #4D954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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