#4CA55B

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

Shades of Fruit Salad #4CA55B

Tints of Fruit Salad #4CA55B

Color information

#4CA55B (or 0x4CA55B) is unknown color: approx Fruit Salad. HEX triplet: 4C, A5 and 5B. RGB value is (76,165,91). Sum of RGB (Red+Green+Blue) = 76+165+91=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA55B is #B35AA4. Grayscale: #828282. Windows color (decimal): -11754149 or 6006092. OLE color: 6006092.

HSL color Cylindrical-coordinate representation of color #4CA55B: hue angle of 130.11º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA55B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB7616591-
CMYK0.5400.450.35
HSL130.11º36.93%47.25%-
HSV(B)130.11º53.94%64.71%-
XYZ18.3229.214.57-
YUV129.95106.0189.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=22.89%
G=49.70%
B=27.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165910.5400.450.35130.1136.9347.25
Hex4CA55B3602D2382252f
Octal11424513366055432024557
Binary1001100101001011011011110110010110110001110000010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,165,91); }

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

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

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

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

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

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

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