#4CAF53

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

Shades of Fruit Salad #4CAF53

Tints of Fruit Salad #4CAF53

Color information

#4CAF53 (or 0x4CAF53) is unknown color: approx Fruit Salad. HEX triplet: 4C, AF and 53. RGB value is (76,175,83). Sum of RGB (Red+Green+Blue) = 76+175+83=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF53 is #B350AC. Grayscale: #878787. Windows color (decimal): -11751597 or 5484364. OLE color: 5484364.

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

Color convert

RGB7617583-
CMYK0.5700.530.31
HSL124.24º39.44%49.22%-
HSV(B)124.24º56.57%68.63%-
XYZ19.8732.8213.47-
YUV134.9198.785.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=22.75%
G=52.40%
B=24.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76175830.5700.530.31124.2439.4449.22
Hex4CAF53390351F7c2731
Octal11425712371065371744761
Binary10011001010111110100111110010110101111111111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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