#4CAF40

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

Shades of Fruit Salad #4CAF40

Tints of Fruit Salad #4CAF40

Color information

#4CAF40 (or 0x4CAF40) is unknown color: approx Fruit Salad. HEX triplet: 4C, AF and 40. RGB value is (76,175,64). Sum of RGB (Red+Green+Blue) = 76+175+64=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAF40 is #B350BF. Grayscale: #858585. Windows color (decimal): -11751616 or 4239180. OLE color: 4239180.

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

Color convert

RGB7617564-
CMYK0.5700.630.31
HSL113.51º46.44%46.86%-
HSV(B)113.51º63.43%68.63%-
XYZ19.2432.5710.12-
YUV132.7489.287.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=24.13%
G=55.56%
B=20.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76175640.5700.630.31113.5146.4446.86
Hex4CAF403903F1F722e2f
Octal11425710071077371625657
Binary10011001010111110000001110010111111111111110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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