Html Css Color HEX #4E984D Fruit Salad

📋 copy color: '#4E984D'

red 78 ◦ green 152 ◦ blue 77

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

Shades of Fruit Salad #4E984D

Tints of Fruit Salad #4E984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 25.41%
G = 49.51%
B = 25.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#4E984D (or 0x4E984D) is known color: Fruit Salad. HEX triplet: 4E, 98 and 4D. RGB value is (78,152,77). Sum of RGB (Red+Green+Blue) = 78+152+77=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #4E984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E984D is #B167B2. Grayscale: #797979. Windows color (decimal): -11626419 or 5085262. OLE color: 5085262.

HSL color Cylindrical-coordinate representation of color #4E984D: hue angle of 119.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E984D is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 152 77 -
CMYK 0.49 0 0.49 0.40
HSL 119.2º 0.33% 0.45% -
HSV(B) 119.2º 0.49% 0.6% -
XYZ 15.71 24.61 10.94 -
YUV 121.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 78 152 77 0.49 0 0.49 0.40 119.2 0.33 0.45
Hex 4E 98 4D 31 0 31 28 77 21 2D
Octal 116 230 115 61 0 61 50 167 41 55
Binary 1001110 10011000 1001101 110001 0 110001 101000 1110111 100001 101101

Color Harmonies of #4E984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E984D

Black with #4E984D

Text Example


Text Example

White with #4E984D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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