#4FA255

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

Shades of Fruit Salad #4FA255

Tints of Fruit Salad #4FA255

Color information

#4FA255 (or 0x4FA255) is unknown color: approx Fruit Salad. HEX triplet: 4F, A2 and 55. RGB value is (79,162,85). Sum of RGB (Red+Green+Blue) = 79+162+85=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA255 is #B05DAA. Grayscale: #808080. Windows color (decimal): -11558315 or 5612111. OLE color: 5612111.

HSL color Cylindrical-coordinate representation of color #4FA255: hue angle of 124.34º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA255 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB7916285-
CMYK0.5100.480.36
HSL124.34º34.44%47.25%-
HSV(B)124.34º51.23%63.53%-
XYZ17.7828.1613.09-
YUV128.4103.592.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=24.23%
G=49.69%
B=26.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79162850.5100.480.36124.3434.4447.25
Hex4FA25533030247c222f
Octal11724212563060441744257
Binary100111110100010101010111001101100001001001111100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,85); }

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

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

 a { background-color: rgb(79,162,85); }

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

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

 span { border-color: rgb(79,162,85); }

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