Html Css Color HEX #4F954D Fruit Salad

📋 copy color: '#4F954D'

red 79 ◦ green 149 ◦ blue 77

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

Shades of Fruit Salad #4F954D

Tints of Fruit Salad #4F954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 25.9%
G = 48.85%
B = 25.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#4F954D (or 0x4F954D) is known color: Fruit Salad. HEX triplet: 4F, 95 and 4D. RGB value is (79,149,77). Sum of RGB (Red+Green+Blue) = 79+149+77=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #4F954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F954D is #B06AB2. Grayscale: #787878. Windows color (decimal): -11561651 or 5084495. OLE color: 5084495.

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

Color convert

RGB 79 149 77 -
CMYK 0.47 0 0.48 0.42
HSL 118.33º 0.32% 0.44% -
HSV(B) 118.33º 0.48% 0.58% -
XYZ 15.31 23.69 10.79 -
YUV 119.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 79 149 77 0.47 0 0.48 0.42 118.33 0.32 0.44
Hex 4F 95 4D 2F 0 30 2A 76 20 2C
Octal 117 225 115 57 0 60 52 166 40 54
Binary 1001111 10010101 1001101 101111 0 110000 101010 1110110 100000 101100

Color Harmonies of #4F954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F954D

Black with #4F954D

Text Example


Text Example

White with #4F954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,149,77); }

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

background-color css

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

 a { background-color: rgb(79,149,77); }

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

border-color css

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

 span { border-color: rgb(79,149,77); }

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