Html Css Color HEX #4F974A Fruit Salad

📋 copy color: '#4F974A'

red 79 ◦ green 151 ◦ blue 74

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

Shades of Fruit Salad #4F974A

Tints of Fruit Salad #4F974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

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

R = 25.99%
G = 49.67%
B = 24.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#4F974A (or 0x4F974A) is known color: Fruit Salad. HEX triplet: 4F, 97 and 4A. RGB value is (79,151,74). Sum of RGB (Red+Green+Blue) = 79+151+74=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #4F974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F974A is #B068B5. Grayscale: #787878. Windows color (decimal): -11561142 or 4888399. OLE color: 4888399.

HSL color Cylindrical-coordinate representation of color #4F974A: hue angle of 116.1º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F974A is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 151 74 -
CMYK 0.48 0 0.51 0.41
HSL 116.1º 0.34% 0.44% -
HSV(B) 116.1º 0.51% 0.59% -
XYZ 15.53 24.29 10.35 -
YUV 120.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 79 151 74 0.48 0 0.51 0.41 116.1 0.34 0.44
Hex 4F 97 4A 30 0 33 29 74 22 2C
Octal 117 227 112 60 0 63 51 164 42 54
Binary 1001111 10010111 1001010 110000 0 110011 101001 1110100 100010 101100

Color Harmonies of #4F974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F974A

Black with #4F974A

Text Example


Text Example

White with #4F974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,151,74); }

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

background-color css

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

 a { background-color: rgb(79,151,74); }

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

border-color css

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

 span { border-color: rgb(79,151,74); }

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