#4FBE50

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

Shades of Fruit Salad #4FBE50

Tints of Fruit Salad #4FBE50

Color information

#4FBE50 (or 0x4FBE50) is unknown color: approx Fruit Salad. HEX triplet: 4F, BE and 50. RGB value is (79,190,80). Sum of RGB (Red+Green+Blue) = 79+190+80=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBE50 is #B041AF. Grayscale: #909090. Windows color (decimal): -11551152 or 5291599. OLE color: 5291599.

HSL color Cylindrical-coordinate representation of color #4FBE50: hue angle of 120.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBE50 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB7919080-
CMYK0.5800.580.25
HSL120.54º46.06%52.75%-
HSV(B)120.54º58.42%74.51%-
XYZ23.0939.0713.91-
YUV144.2791.7381.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.64%
GREEN value IS 190 (74.61% from 255) = 54.44%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=22.64%
G=54.44%
B=22.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79190800.5800.580.25120.5446.0652.75
Hex4FBE503A03A19792e35
Octal11727612072072311715665
Binary10011111011111010100001110100111010110011111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,190,80); }

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

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

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

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

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

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

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