#4FB250

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

Shades of Fruit Salad #4FB250

Tints of Fruit Salad #4FB250

Color information

#4FB250 (or 0x4FB250) is unknown color: approx Fruit Salad. HEX triplet: 4F, B2 and 50. RGB value is (79,178,80). Sum of RGB (Red+Green+Blue) = 79+178+80=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB250 is #B04DAF. Grayscale: #898989. Windows color (decimal): -11554224 or 5288527. OLE color: 5288527.

HSL color Cylindrical-coordinate representation of color #4FB250: hue angle of 120.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB250 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB7917880-
CMYK0.5600.550.30
HSL120.61º39.13%50.39%-
HSV(B)120.61º55.62%69.8%-
XYZ20.5934.0813.08-
YUV137.2395.786.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 178 (69.92% from 255) = 52.82%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=23.44%
G=52.82%
B=23.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79178800.5600.550.30120.6139.1350.39
Hex4FB250380371E792732
Octal11726212070067361714762
Binary10011111011001010100001110000110111111101111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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