Html Css Color HEX #4FA14F Fruit Salad

📋 copy color: '#4FA14F'

red 79 ◦ green 161 ◦ blue 79

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

Shades of Fruit Salad #4FA14F

Tints of Fruit Salad #4FA14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.47%

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 24.76%
G = 50.47%
B = 24.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#4FA14F (or 0x4FA14F) is known color: Fruit Salad. HEX triplet: 4F, A1 and 4F. RGB value is (79,161,79). Sum of RGB (Red+Green+Blue) = 79+161+79=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA14F is #B05EB0. Grayscale: #7F7F7F. Windows color (decimal): -11558577 or 5218639. OLE color: 5218639.

HSL color Cylindrical-coordinate representation of color #4FA14F: hue angle of 120º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA14F is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 161 79 -
CMYK 0.51 0 0.51 0.37
HSL 120º 0.34% 0.47% -
HSV(B) 120º 0.51% 0.63% -
XYZ 17.38 27.72 11.83 -
YUV 127.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 79 161 79 0.51 0 0.51 0.37 120 0.34 0.47
Hex 4F A1 4F 33 0 33 25 78 22 2F
Octal 117 241 117 63 0 63 45 170 42 57
Binary 1001111 10100001 1001111 110011 0 110011 100101 1111000 100010 101111

Color Harmonies of #4FA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA14F

Black with #4FA14F

Text Example


Text Example

White with #4FA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,161,79); }

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

background-color css

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

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

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

border-color css

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

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

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