#4FB45B

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

Shades of Fruit Salad #4FB45B

Tints of Fruit Salad #4FB45B

Color information

#4FB45B (or 0x4FB45B) is unknown color: approx Fruit Salad. HEX triplet: 4F, B4 and 5B. RGB value is (79,180,91). Sum of RGB (Red+Green+Blue) = 79+180+91=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB45B is #B04BA4. Grayscale: #8B8B8B. Windows color (decimal): -11553701 or 6009935. OLE color: 6009935.

HSL color Cylindrical-coordinate representation of color #4FB45B: hue angle of 127.13º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB45B is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB7918091-
CMYK0.5600.490.29
HSL127.13º40.24%50.78%-
HSV(B)127.13º56.11%70.59%-
XYZ21.4335.0615.54-
YUV139.66100.5484.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.57%
GREEN value IS 180 (70.70% from 255) = 51.43%
BLUE value IS 91 (35.94% from 255) = 26%
R=22.57%
G=51.43%
B=26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79180910.5600.490.29127.1340.2450.78
Hex4FB45B380311D7f2833
Octal11726413370061351775063
Binary10011111011010010110111110000110001111011111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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