#4CB150

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

Shades of Fruit Salad #4CB150

Tints of Fruit Salad #4CB150

Color information

#4CB150 (or 0x4CB150) is unknown color: approx Fruit Salad. HEX triplet: 4C, B1 and 50. RGB value is (76,177,80). Sum of RGB (Red+Green+Blue) = 76+177+80=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB150 is #B34EAF. Grayscale: #888888. Windows color (decimal): -11751088 or 5288268. OLE color: 5288268.

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

Color convert

RGB7617780-
CMYK0.5700.550.31
HSL122.38º39.92%49.61%-
HSV(B)122.38º57.06%69.41%-
XYZ20.1533.5613.01-
YUV135.7496.5485.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 177 (69.53% from 255) = 53.15%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=22.82%
G=53.15%
B=24.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76177800.5700.550.31122.3839.9249.61
Hex4CB150390371F7a2832
Octal11426112071067371725062
Binary10011001011000110100001110010110111111111111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,177,80); }

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

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

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

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

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

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

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