#4caf4c

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

Shades of Fruit Salad #4CAF4C

Tints of Fruit Salad #4CAF4C

Color information

#4CAF4C (or 0x4CAF4C) is unknown color: approx Fruit Salad. HEX triplet: 4C, AF and 4C. RGB value is (76,175,76). Sum of RGB (Red+Green+Blue) = 76+175+76=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAF4C is #B350B3. Grayscale: #868686. Windows color (decimal): -11751604 or 5025612. OLE color: 5025612.

HSL color Cylindrical-coordinate representation of color #4CAF4C: hue angle of 120º 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 #4CAF4C is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB7617576-
CMYK0.5700.570.31
HSL120º39.44%49.22%-
HSV(B)120º56.57%68.63%-
XYZ19.6132.7212.12-
YUV134.1195.286.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=23.24%
G=53.52%
B=23.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76175760.5700.570.3112039.4449.22
Hex4CAF4C390391F782731
Octal11425711471071371704761
Binary10011001010111110011001110010111001111111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4caf4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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