Html Css Color HEX #4FAF40 Fruit Salad

📋 copy color: '#4FAF40'

red 79 ◦ green 175 ◦ blue 64

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

Shades of Fruit Salad #4FAF40

Tints of Fruit Salad #4FAF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.03%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 24.84%
G = 55.03%
B = 20.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#4FAF40 (or 0x4FAF40) is known color: Fruit Salad. HEX triplet: 4F, AF and 40. RGB value is (79,175,64). Sum of RGB (Red+Green+Blue) = 79+175+64=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAF40 is #B050BF. Grayscale: #858585. Windows color (decimal): -11555008 or 4239183. OLE color: 4239183.

HSL color Cylindrical-coordinate representation of color #4FAF40: hue angle of 111.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FAF40 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 175 64 -
CMYK 0.55 0 0.63 0.31
HSL 111.89º 0.46% 0.47% -
HSV(B) 111.89º 0.63% 0.69% -
XYZ 19.48 32.69 10.13 -
YUV 133.64 88.7 89.03 -
System Red Green Blue C M Y K H S L
Decimal 79 175 64 0.55 0 0.63 0.31 111.89 0.46 0.47
Hex 4F AF 40 37 0 3F 1F 70 2E 2F
Octal 117 257 100 67 0 77 37 160 56 57
Binary 1001111 10101111 1000000 110111 0 111111 11111 1110000 101110 101111

Color Harmonies of #4FAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF40

Black with #4FAF40

Text Example


Text Example

White with #4FAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,175,64); }

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

background-color css

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

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

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

border-color css

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

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

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