Html Css Color HEX #4E954A Fruit Salad

📋 copy color: '#4E954A'

red 78 ◦ green 149 ◦ blue 74

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

Shades of Fruit Salad #4E954A

Tints of Fruit Salad #4E954A

RGB

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

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

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

R = 25.91%
G = 49.5%
B = 24.58%

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

#4E954A (or 0x4E954A) is known color: Fruit Salad. HEX triplet: 4E, 95 and 4A. RGB value is (78,149,74). Sum of RGB (Red+Green+Blue) = 78+149+74=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #4E954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E954A is #B16AB5. Grayscale: #777777. Windows color (decimal): -11627190 or 4887886. OLE color: 4887886.

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

Color convert

RGB 78 149 74 -
CMYK 0.48 0 0.50 0.42
HSL 116.8º 0.34% 0.44% -
HSV(B) 116.8º 0.5% 0.58% -
XYZ 15.13 23.61 10.24 -
YUV 119.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 78 149 74 0.48 0 0.50 0.42 116.8 0.34 0.44
Hex 4E 95 4A 30 0 32 2A 75 22 2C
Octal 116 225 112 60 0 62 52 165 42 54
Binary 1001110 10010101 1001010 110000 0 110010 101010 1110101 100010 101100

Color Harmonies of #4E954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E954A

Black with #4E954A

Text Example


Text Example

White with #4E954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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