#4FBF4E

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

Shades of Fruit Salad #4FBF4E

Tints of Fruit Salad #4FBF4E

Color information

#4FBF4E (or 0x4FBF4E) is unknown color: approx Fruit Salad. HEX triplet: 4F, BF and 4E. RGB value is (79,191,78). Sum of RGB (Red+Green+Blue) = 79+191+78=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBF4E is #B040B1. Grayscale: #909090. Windows color (decimal): -11550898 or 5160783. OLE color: 5160783.

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

Color convert

RGB7919178-
CMYK0.5900.590.25
HSL119.47º46.89%52.75%-
HSV(B)119.47º59.16%74.9%-
XYZ23.2339.4713.6-
YUV144.6390.3981.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=22.70%
G=54.89%
B=22.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79191780.5900.590.25119.4746.8952.75
Hex4FBF4E3B03B19772f35
Octal11727711673073311675765
Binary10011111011111110011101110110111011110011110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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