#4CAD56

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

Shades of Fruit Salad #4CAD56

Tints of Fruit Salad #4CAD56

Color information

#4CAD56 (or 0x4CAD56) is unknown color: approx Fruit Salad. HEX triplet: 4C, AD and 56. RGB value is (76,173,86). Sum of RGB (Red+Green+Blue) = 76+173+86=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAD56 is #B352A9. Grayscale: #868686. Windows color (decimal): -11752106 or 5680460. OLE color: 5680460.

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

Color convert

RGB7617386-
CMYK0.5600.500.32
HSL126.19º38.96%48.82%-
HSV(B)126.19º56.07%67.84%-
XYZ19.632.113.97-
YUV134.08100.8686.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=22.69%
G=51.64%
B=25.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76173860.5600.500.32126.1938.9648.82
Hex4CAD5638032207e2731
Octal11425512670062401764761
Binary100110010101101101011011100001100101000001111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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