Html Css Color HEX #4F954E Fruit Salad

📋 copy color: '#4F954E'

red 79 ◦ green 149 ◦ blue 78

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

Shades of Fruit Salad #4F954E

Tints of Fruit Salad #4F954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 25.82%
G = 48.69%
B = 25.49%

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

#4F954E (or 0x4F954E) is known color: Fruit Salad. HEX triplet: 4F, 95 and 4E. RGB value is (79,149,78). Sum of RGB (Red+Green+Blue) = 79+149+78=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #4F954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F954E is #B06AB1. Grayscale: #787878. Windows color (decimal): -11561650 or 5150031. OLE color: 5150031.

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

Color convert

RGB 79 149 78 -
CMYK 0.47 0 0.48 0.42
HSL 119.15º 0.31% 0.45% -
HSV(B) 119.15º 0.48% 0.58% -
XYZ 15.35 23.71 10.97 -
YUV 119.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 79 149 78 0.47 0 0.48 0.42 119.15 0.31 0.45
Hex 4F 95 4E 2F 0 30 2A 77 1F 2D
Octal 117 225 116 57 0 60 52 167 37 55
Binary 1001111 10010101 1001110 101111 0 110000 101010 1110111 11111 101101

Color Harmonies of #4F954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F954E

Black with #4F954E

Text Example


Text Example

White with #4F954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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