Html Css Color HEX #4E954D Fruit Salad

📋 copy color: '#4E954D'

red 78 ◦ green 149 ◦ blue 77

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

Shades of Fruit Salad #4E954D

Tints of Fruit Salad #4E954D

RGB

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

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

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

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

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

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

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

Color convert

RGB 78 149 77 -
CMYK 0.48 0 0.48 0.42
HSL 119.17º 0.32% 0.44% -
HSV(B) 119.17º 0.48% 0.58% -
XYZ 15.23 23.65 10.78 -
YUV 119.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 78 149 77 0.48 0 0.48 0.42 119.17 0.32 0.44
Hex 4E 95 4D 30 0 30 2A 77 20 2C
Octal 116 225 115 60 0 60 52 167 40 54
Binary 1001110 10010101 1001101 110000 0 110000 101010 1110111 100000 101100

Color Harmonies of #4E954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E954D

Black with #4E954D

Text Example


Text Example

White with #4E954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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