#4CA04F

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

Shades of Fruit Salad #4CA04F

Tints of Fruit Salad #4CA04F

Color information

#4CA04F (or 0x4CA04F) is unknown color: approx Fruit Salad. HEX triplet: 4C, A0 and 4F. RGB value is (76,160,79). Sum of RGB (Red+Green+Blue) = 76+160+79=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA04F is #B35FB0. Grayscale: #7D7D7D. Windows color (decimal): -11755441 or 5218380. OLE color: 5218380.

HSL color Cylindrical-coordinate representation of color #4CA04F: hue angle of 122.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA04F is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB7616079-
CMYK0.5200.510.37
HSL122.14º35.59%46.27%-
HSV(B)122.14º52.5%62.75%-
XYZ16.9627.2411.76-
YUV125.65101.6792.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=24.13%
G=50.79%
B=25.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76160790.5200.510.37122.1435.5946.27
Hex4CA04F34033257a242e
Octal11424011764063451724456
Binary100110010100000100111111010001100111001011111010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,160,79); }

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

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

 a { background-color: rgb(76,160,79); }

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

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

 span { border-color: rgb(76,160,79); }

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