#4FBA5B

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

Shades of Fruit Salad #4FBA5B

Tints of Fruit Salad #4FBA5B

Color information

#4FBA5B (or 0x4FBA5B) is unknown color: approx Fruit Salad. HEX triplet: 4F, BA and 5B. RGB value is (79,186,91). Sum of RGB (Red+Green+Blue) = 79+186+91=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA5B is #B045A4. Grayscale: #8F8F8F. Windows color (decimal): -11552165 or 6011471. OLE color: 6011471.

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

Color convert

RGB7918691-
CMYK0.5800.510.27
HSL126.73º43.67%51.96%-
HSV(B)126.73º57.53%72.94%-
XYZ22.6737.5415.95-
YUV143.1898.5582.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=22.19%
G=52.25%
B=25.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79186910.5800.510.27126.7343.6751.96
Hex4FBA5B3A0331B7f2c34
Octal11727213372063331775464
Binary10011111011101010110111110100110011110111111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,91); }

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

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

 a { background-color: rgb(79,186,91); }

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

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

 span { border-color: rgb(79,186,91); }

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