Html Css Color HEX #4E944D Fruit Salad

📋 copy color: '#4E944D'

red 78 ◦ green 148 ◦ blue 77

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

Shades of Fruit Salad #4E944D

Tints of Fruit Salad #4E944D

RGB

 RED value IS 78 (30.86% from 255) = 25.74%

 GREEN value IS 148 (58.2% from 255) = 48.84%

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 25.74%
G = 48.84%
B = 25.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#4E944D (or 0x4E944D) is known color: Fruit Salad. HEX triplet: 4E, 94 and 4D. RGB value is (78,148,77). Sum of RGB (Red+Green+Blue) = 78+148+77=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #4E944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E944D is #B16BB2. Grayscale: #777777. Windows color (decimal): -11627443 or 5084238. OLE color: 5084238.

HSL color Cylindrical-coordinate representation of color #4E944D: hue angle of 119.15º 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 #4E944D is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 148 77 -
CMYK 0.47 0 0.48 0.42
HSL 119.15º 0.32% 0.44% -
HSV(B) 119.15º 0.48% 0.58% -
XYZ 15.07 23.34 10.73 -
YUV 118.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 78 148 77 0.47 0 0.48 0.42 119.15 0.32 0.44
Hex 4E 94 4D 2F 0 30 2A 77 20 2C
Octal 116 224 115 57 0 60 52 167 40 54
Binary 1001110 10010100 1001101 101111 0 110000 101010 1110111 100000 101100

Color Harmonies of #4E944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E944D

Black with #4E944D

Text Example


Text Example

White with #4E944D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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