#4FBA52

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

Shades of Fruit Salad #4FBA52

Tints of Fruit Salad #4FBA52

Color information

#4FBA52 (or 0x4FBA52) is unknown color: approx Fruit Salad. HEX triplet: 4F, BA and 52. RGB value is (79,186,82). Sum of RGB (Red+Green+Blue) = 79+186+82=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA52 is #B045AD. Grayscale: #8E8E8E. Windows color (decimal): -11552174 or 5421647. OLE color: 5421647.

HSL color Cylindrical-coordinate representation of color #4FBA52: hue angle of 121.68º 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 #4FBA52 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7918682-
CMYK0.5800.560.27
HSL121.68º43.67%51.96%-
HSV(B)121.68º57.53%72.94%-
XYZ22.3137.3914.02-
YUV142.1594.0582.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.77%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=22.77%
G=53.60%
B=23.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79186820.5800.560.27121.6843.6751.96
Hex4FBA523A0381B7a2c34
Octal11727212272070331725464
Binary10011111011101010100101110100111000110111111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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