#4FAF54

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

Shades of Fruit Salad #4FAF54

Tints of Fruit Salad #4FAF54

Color information

#4FAF54 (or 0x4FAF54) is unknown color: approx Fruit Salad. HEX triplet: 4F, AF and 54. RGB value is (79,175,84). Sum of RGB (Red+Green+Blue) = 79+175+84=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF54 is #B050AB. Grayscale: #888888. Windows color (decimal): -11554988 or 5549903. OLE color: 5549903.

HSL color Cylindrical-coordinate representation of color #4FAF54: hue angle of 123.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF54 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB7917584-
CMYK0.5500.520.31
HSL123.12º37.8%49.8%-
HSV(B)123.12º54.86%68.63%-
XYZ20.1532.9613.69-
YUV135.9298.787.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=23.37%
G=51.78%
B=24.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175840.5500.520.31123.1237.849.8
Hex4FAF54370341F7b2632
Octal11725712467064371734662
Binary10011111010111110101001101110110100111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,84); }

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

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

 a { background-color: rgb(79,175,84); }

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

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

 span { border-color: rgb(79,175,84); }

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