#4CAC56

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

Shades of Fruit Salad #4CAC56

Tints of Fruit Salad #4CAC56

Color information

#4CAC56 (or 0x4CAC56) is unknown color: approx Fruit Salad. HEX triplet: 4C, AC and 56. RGB value is (76,172,86). Sum of RGB (Red+Green+Blue) = 76+172+86=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC56 is #B353A9. Grayscale: #858585. Windows color (decimal): -11752362 or 5680204. OLE color: 5680204.

HSL color Cylindrical-coordinate representation of color #4CAC56: hue angle of 126.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC56 is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB7617286-
CMYK0.5600.50.33
HSL126.25º38.71%48.63%-
HSV(B)126.25º55.81%67.45%-
XYZ19.4131.7113.9-
YUV133.49101.286.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 172 (67.58% from 255) = 51.50%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=22.75%
G=51.50%
B=25.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76172860.5600.50.33126.2538.7148.63
Hex4CAC5638032217e2731
Octal11425412670062411764761
Binary100110010101100101011011100001100101000011111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,86); }

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

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

 a { background-color: rgb(76,172,86); }

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

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

 span { border-color: rgb(76,172,86); }

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