#4FB950

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

Shades of Fruit Salad #4FB950

Tints of Fruit Salad #4FB950

Color information

#4FB950 (or 0x4FB950) is unknown color: approx Fruit Salad. HEX triplet: 4F, B9 and 50. RGB value is (79,185,80). Sum of RGB (Red+Green+Blue) = 79+185+80=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #4FB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB950 is #B046AF. Grayscale: #8D8D8D. Windows color (decimal): -11552432 or 5290319. OLE color: 5290319.

HSL color Cylindrical-coordinate representation of color #4FB950: hue angle of 120.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB950 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB7918580-
CMYK0.5700.570.27
HSL120.57º43.09%51.76%-
HSV(B)120.57º57.3%72.55%-
XYZ22.0236.9413.56-
YUV141.3493.3883.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 185 (72.66% from 255) = 53.78%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=22.97%
G=53.78%
B=23.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79185800.5700.570.27120.5743.0951.76
Hex4FB950390391B792b34
Octal11727112071071331715364
Binary10011111011100110100001110010111001110111111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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