Html Css Color HEX #4E914B Fruit Salad

📋 copy color: '#4E914B'

red 78 ◦ green 145 ◦ blue 75

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

Shades of Fruit Salad #4E914B

Tints of Fruit Salad #4E914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.66%

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 26.17%
G = 48.66%
B = 25.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#4E914B (or 0x4E914B) is known color: Fruit Salad. HEX triplet: 4E, 91 and 4B. RGB value is (78,145,75). Sum of RGB (Red+Green+Blue) = 78+145+75=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #4E914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E914B is #B16EB4. Grayscale: #757575. Windows color (decimal): -11628213 or 4952398. OLE color: 4952398.

HSL color Cylindrical-coordinate representation of color #4E914B: hue angle of 117.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E914B is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 145 75 -
CMYK 0.46 0 0.48 0.43
HSL 117.43º 0.32% 0.43% -
HSV(B) 117.43º 0.48% 0.57% -
XYZ 14.54 22.38 10.21 -
YUV 116.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 78 145 75 0.46 0 0.48 0.43 117.43 0.32 0.43
Hex 4E 91 4B 2E 0 30 2B 75 20 2B
Octal 116 221 113 56 0 60 53 165 40 53
Binary 1001110 10010001 1001011 101110 0 110000 101011 1110101 100000 101011

Color Harmonies of #4E914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E914B

Black with #4E914B

Text Example


Text Example

White with #4E914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,145,75); }

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

background-color css

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

 a { background-color: rgb(78,145,75); }

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

border-color css

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

 span { border-color: rgb(78,145,75); }

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