Html Css Color HEX #4FA14A Fruit Salad

📋 copy color: '#4FA14A'

red 79 ◦ green 161 ◦ blue 74

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

Shades of Fruit Salad #4FA14A

Tints of Fruit Salad #4FA14A

RGB

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

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

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

R = 25.16%
G = 51.27%
B = 23.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#4FA14A (or 0x4FA14A) is known color: Fruit Salad. HEX triplet: 4F, A1 and 4A. RGB value is (79,161,74). Sum of RGB (Red+Green+Blue) = 79+161+74=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA14A is #B05EB5. Grayscale: #7E7E7E. Windows color (decimal): -11558582 or 4890959. OLE color: 4890959.

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

Color convert

RGB 79 161 74 -
CMYK 0.51 0 0.54 0.37
HSL 116.55º 0.37% 0.46% -
HSV(B) 116.55º 0.54% 0.63% -
XYZ 17.21 27.65 10.91 -
YUV 126.56 98.33 94.07 -
System Red Green Blue C M Y K H S L
Decimal 79 161 74 0.51 0 0.54 0.37 116.55 0.37 0.46
Hex 4F A1 4A 33 0 36 25 75 25 2E
Octal 117 241 112 63 0 66 45 165 45 56
Binary 1001111 10100001 1001010 110011 0 110110 100101 1110101 100101 101110

Color Harmonies of #4FA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA14A

Black with #4FA14A

Text Example


Text Example

White with #4FA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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