Html Css Color HEX #4E9350 Fruit Salad

📋 copy color: '#4E9350'

red 78 ◦ green 147 ◦ blue 80

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

Shades of Fruit Salad #4E9350

Tints of Fruit Salad #4E9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 25.57%
G = 48.2%
B = 26.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#4E9350 (or 0x4E9350) is known color: Fruit Salad. HEX triplet: 4E, 93 and 50. RGB value is (78,147,80). Sum of RGB (Red+Green+Blue) = 78+147+80=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9350 is #B16CAF. Grayscale: #767676. Windows color (decimal): -11627696 or 5280590. OLE color: 5280590.

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

Color convert

RGB 78 147 80 -
CMYK 0.47 0 0.46 0.42
HSL 121.74º 0.31% 0.44% -
HSV(B) 121.74º 0.47% 0.58% -
XYZ 15.02 23.07 11.25 -
YUV 118.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 78 147 80 0.47 0 0.46 0.42 121.74 0.31 0.44
Hex 4E 93 50 2F 0 2E 2A 7A 1F 2C
Octal 116 223 120 57 0 56 52 172 37 54
Binary 1001110 10010011 1010000 101111 0 101110 101010 1111010 11111 101100

Color Harmonies of #4E9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9350

Black with #4E9350

Text Example


Text Example

White with #4E9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,147,80); }

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

background-color css

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

 a { background-color: rgb(78,147,80); }

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

border-color css

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

 span { border-color: rgb(78,147,80); }

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