#4FBF49

Color #4FBF49 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4FBF49

Tints of Fruit Salad #4FBF49

Color information

#4FBF49 (or 0x4FBF49) is unknown color: approx Fruit Salad. HEX triplet: 4F, BF and 49. RGB value is (79,191,73). Sum of RGB (Red+Green+Blue) = 79+191+73=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBF49 is #B040B6. Grayscale: #909090. Windows color (decimal): -11550903 or 4833103. OLE color: 4833103.

HSL color Cylindrical-coordinate representation of color #4FBF49: hue angle of 116.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FBF49 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB7919173-
CMYK0.5900.620.25
HSL116.95º47.97%51.76%-
HSV(B)116.95º61.78%74.9%-
XYZ23.0639.412.69-
YUV144.0687.8981.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=23.03%
G=55.69%
B=21.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79191730.5900.620.25116.9547.9751.76
Hex4FBF493B03E19753034
Octal11727711173076311656064
Binary10011111011111110010011110110111110110011110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,191,73); }

 H1.HeaderClassName
 {
   color: #4FBF49;
 }
 .AnyTagClassName
 {
   color: #4FBF49;
 }
</style>
background-color css

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

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

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

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

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

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