Html Css Color HEX #4F944B Fruit Salad

📋 copy color: '#4F944B'

red 79 ◦ green 148 ◦ blue 75

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

Shades of Fruit Salad #4F944B

Tints of Fruit Salad #4F944B

RGB

 RED value IS 79 (31.25% from 255) = 26.16%

 GREEN value IS 148 (58.2% from 255) = 49.01%

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

R = 26.16%
G = 49.01%
B = 24.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#4F944B (or 0x4F944B) is known color: Fruit Salad. HEX triplet: 4F, 94 and 4B. RGB value is (79,148,75). Sum of RGB (Red+Green+Blue) = 79+148+75=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #4F944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F944B is #B06BB4. Grayscale: #777777. Windows color (decimal): -11561909 or 4953167. OLE color: 4953167.

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

Color convert

RGB 79 148 75 -
CMYK 0.47 0 0.49 0.42
HSL 116.71º 0.33% 0.44% -
HSV(B) 116.71º 0.49% 0.58% -
XYZ 15.08 23.35 10.37 -
YUV 119.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 79 148 75 0.47 0 0.49 0.42 116.71 0.33 0.44
Hex 4F 94 4B 2F 0 31 2A 75 21 2C
Octal 117 224 113 57 0 61 52 165 41 54
Binary 1001111 10010100 1001011 101111 0 110001 101010 1110101 100001 101100

Color Harmonies of #4F944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F944B

Black with #4F944B

Text Example


Text Example

White with #4F944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,148,75); }

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

background-color css

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

 a { background-color: rgb(79,148,75); }

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

border-color css

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

 span { border-color: rgb(79,148,75); }

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