#4CAF5D

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

Shades of Fruit Salad #4CAF5D

Tints of Fruit Salad #4CAF5D

Color information

#4CAF5D (or 0x4CAF5D) is unknown color: approx Fruit Salad. HEX triplet: 4C, AF and 5D. RGB value is (76,175,93). Sum of RGB (Red+Green+Blue) = 76+175+93=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF5D is #B350A2. Grayscale: #888888. Windows color (decimal): -11751587 or 6139724. OLE color: 6139724.

HSL color Cylindrical-coordinate representation of color #4CAF5D: hue angle of 130.3º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF5D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB7617593-
CMYK0.5700.470.31
HSL130.3º39.44%49.22%-
HSV(B)130.3º56.57%68.63%-
XYZ20.2932.9915.65-
YUV136.05103.785.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=22.09%
G=50.87%
B=27.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76175930.5700.470.31130.339.4449.22
Hex4CAF5D3902F1F822731
Octal11425713571057372024761
Binary100110010101111101110111100101011111111110000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,175,93); }

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

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

 a { background-color: rgb(76,175,93); }

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

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

 span { border-color: rgb(76,175,93); }

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